Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132589
b: refs/heads/master
c: ca5143d
h: refs/heads/master
i:
  132587: 5936201
v: v3
  • Loading branch information
James Morris committed Jan 29, 2009
1 parent fb33fe5 commit 7e0235b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af294e41d0c95a291cc821a1b43ec2cd13976a8b
refs/heads/master: ca5143d3ff3c7a4e1c2c8bdcf0f53aea227a7722
9 changes: 0 additions & 9 deletions trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -3244,14 +3244,6 @@ static int selinux_cred_prepare(struct cred *new, const struct cred *old,
return 0;
}

/*
* commit new credentials
*/
static void selinux_cred_commit(struct cred *new, const struct cred *old)
{
secondary_ops->cred_commit(new, old);
}

/*
* set the security data for a kernel service
* - all the creation contexts are set to unlabelled
Expand Down Expand Up @@ -5610,7 +5602,6 @@ static struct security_operations selinux_ops = {
.task_create = selinux_task_create,
.cred_free = selinux_cred_free,
.cred_prepare = selinux_cred_prepare,
.cred_commit = selinux_cred_commit,
.kernel_act_as = selinux_kernel_act_as,
.kernel_create_files_as = selinux_kernel_create_files_as,
.task_setuid = selinux_task_setuid,
Expand Down

0 comments on commit 7e0235b

Please sign in to comment.