Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132576
b: refs/heads/master
c: bc05595
h: refs/heads/master
v: v3
  • Loading branch information
James Morris committed Jan 29, 2009
1 parent 6031f9c commit 1f09ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: cd89596f0ccfa3ccb8a81ce47782231cf7ea7296
refs/heads/master: bc05595845f58c065adc0763a678187647ec040f
6 changes: 0 additions & 6 deletions trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2182,11 +2182,6 @@ static int selinux_bprm_set_creds(struct linux_binprm *bprm)
return 0;
}

static int selinux_bprm_check_security(struct linux_binprm *bprm)
{
return secondary_ops->bprm_check_security(bprm);
}

static int selinux_bprm_secureexec(struct linux_binprm *bprm)
{
const struct cred *cred = current_cred();
Expand Down Expand Up @@ -5608,7 +5603,6 @@ static struct security_operations selinux_ops = {
.netlink_recv = selinux_netlink_recv,

.bprm_set_creds = selinux_bprm_set_creds,
.bprm_check_security = selinux_bprm_check_security,
.bprm_committing_creds = selinux_bprm_committing_creds,
.bprm_committed_creds = selinux_bprm_committed_creds,
.bprm_secureexec = selinux_bprm_secureexec,
Expand Down

0 comments on commit 1f09ccb

Please sign in to comment.