diff options
author | John Johansen <john.johansen@canonical.com> | 2013-02-19 04:06:34 +0400 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2013-04-28 11:36:32 +0400 |
commit | 4b7c331fc2eceaa4da5ded41c0b2eca3fd924444 (patch) | |
tree | 32ee416a4529f887a600704716166fc31f5efd63 /security/apparmor/procattr.c | |
parent | 7a2871b566f34d980556072943295efd107eb53c (diff) | |
download | linux-4b7c331fc2eceaa4da5ded41c0b2eca3fd924444.tar.xz |
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/procattr.c')
-rw-r--r-- | security/apparmor/procattr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/apparmor/procattr.c b/security/apparmor/procattr.c index 1b41c542d376..6c9390179b89 100644 --- a/security/apparmor/procattr.c +++ b/security/apparmor/procattr.c @@ -163,9 +163,3 @@ int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test) name = aa_split_fqname(fqname, &ns_name); return aa_change_profile(ns_name, name, onexec, test); } - -int aa_setprocattr_permipc(char *fqname) -{ - /* TODO: add ipc permission querying */ - return -ENOTSUPP; -} |