aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/include/domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/apparmor/include/domain.h')
-rw-r--r--security/apparmor/include/domain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/apparmor/include/domain.h b/security/apparmor/include/domain.h
index a3f70c58ef3..de04464f0a3 100644
--- a/security/apparmor/include/domain.h
+++ b/security/apparmor/include/domain.h
@@ -23,8 +23,6 @@ struct aa_domain {
char **table;
};
-struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex);
-
int apparmor_bprm_set_creds(struct linux_binprm *bprm);
int apparmor_bprm_secureexec(struct linux_binprm *bprm);
void apparmor_bprm_committing_creds(struct linux_binprm *bprm);