Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146439
b: refs/heads/master
c: 76b0187
h: refs/heads/master
i:
  146437: ff8e2ff
  146435: badcfda
  146431: 943ba7b
v: v3
  • Loading branch information
Tetsuo Handa authored and James Morris committed May 27, 2009
1 parent f2f94fb commit 5931549
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 2c9e703c618106f5383226fbb1f526cb11034f8a
refs/heads/master: 76b0187525f024cb391c8043adf2e359b2adb988
12 changes: 0 additions & 12 deletions trunk/security/root_plug.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ static int rootplug_bprm_check_security (struct linux_binprm *bprm)
}

static struct security_operations rootplug_security_ops = {
/* Use the capability functions for some of the hooks */
.ptrace_may_access = cap_ptrace_may_access,
.ptrace_traceme = cap_ptrace_traceme,
.capget = cap_capget,
.capset = cap_capset,
.capable = cap_capable,

.bprm_set_creds = cap_bprm_set_creds,

.task_fix_setuid = cap_task_fix_setuid,
.task_prctl = cap_task_prctl,

.bprm_check_security = rootplug_bprm_check_security,
};

Expand Down

0 comments on commit 5931549

Please sign in to comment.