Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfio
[cascardo/linux.git] / security / apparmor / procattr.c
index 1b41c54..6c93901 100644 (file)
@@ -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;
-}