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, 2 insertions, 0 deletions
diff --git a/security/apparmor/include/domain.h b/security/apparmor/include/domain.h
index de04464f0a3..a3f70c58ef3 100644
--- a/security/apparmor/include/domain.h
+++ b/security/apparmor/include/domain.h
@@ -23,6 +23,8 @@ 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);