2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-02 15:25:27 +00:00

Add change_profile onexec to libapparmor

This commit is contained in:
John Johansen
2010-02-11 15:37:25 -08:00
parent 7592c80db5
commit f999b49843
3 changed files with 27 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ __BEGIN_DECLS
extern int (change_hat)(const char *subprofile, unsigned int magic_token);
extern int aa_change_hat(const char *subprofile, unsigned long magic_token);
extern int aa_change_profile(const char *profile);
extern int aa_change_onexec(const char *profile);
#define change_hat(X, Y) aa_change_hat((X), (Y))