diff options
author | John Johansen <john.johansen@canonical.com> | 2013-02-18 16:06:34 -0800 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2013-04-28 00:36:32 -0700 |
commit | 4b7c331fc2eceaa4da5ded41c0b2eca3fd924444 (patch) | |
tree | 32ee416a4529f887a600704716166fc31f5efd63 /security/apparmor/lsm.c | |
parent | 7a2871b566f34d980556072943295efd107eb53c (diff) |
apparmor: remove "permipc" command
The "permipc" command is unused and unfinished, remove it.
Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Kees Cook <kees@ubuntu.com>
Diffstat (limited to 'security/apparmor/lsm.c')
-rw-r--r-- | security/apparmor/lsm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index 0f61dadca9e..ed7e3aadba3 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c @@ -572,8 +572,6 @@ static int apparmor_setprocattr(struct task_struct *task, char *name, } else if (strcmp(command, "permprofile") == 0) { error = aa_setprocattr_changeprofile(args, !AA_ONEXEC, AA_DO_TEST); - } else if (strcmp(command, "permipc") == 0) { - error = aa_setprocattr_permipc(args); } else { struct common_audit_data sa; struct apparmor_audit_data aad = {0,}; |