Searched refs:permtest (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Ddomain.h32 int aa_change_hat(const char *hats[], int count, u64 token, bool permtest);
34 bool permtest);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Ddomain.c591 * @permtest: true if this is just a permission test
600 int aa_change_hat(const char *hats[], int count, u64 token, bool permtest) argument
633 if (!COMPLAIN_MODE(root) || permtest) {
676 if (!permtest) {
697 if (!permtest)
715 * @permtest: true if this is just a permission test
726 bool permtest)
786 if (permtest || !COMPLAIN_MODE(profile))
804 if (permtest)
813 if (!permtest)
725 aa_change_profile(const char *ns_name, const char *hname, bool onexec, bool permtest) argument
[all...]

Completed in 166 milliseconds