Searched refs:aa_str_perms (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dfile.c219 * aa_str_perms - find permission that match @name
228 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start, function
294 aa_str_perms(profile->file.dfa, profile->file.start, name, cond,
373 /* aa_str_perms - handles the case of the dfa being NULL */
374 state = aa_str_perms(profile->file.dfa, profile->file.start, lname,
382 aa_str_perms(profile->file.dfa, state, tname, &cond, &perms);
403 aa_str_perms(profile->file.dfa, profile->file.start, tname, &cond,
H A Ddomain.c118 aa_str_perms(profile->file.dfa, start, name, &cond, &perms);
126 aa_str_perms(profile->file.dfa, state, name, &cond, &perms);
402 state = aa_str_perms(profile->file.dfa, state, name, &cond, &perms);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dfile.h168 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start,

Completed in 289 milliseconds