Searched refs:aa_compute_fperms (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/security/apparmor/include/ | 
| D | file.h | 183 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state,
  | 
| /Linux-v5.4/security/apparmor/ | 
| D | file.c | 224 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state,  in aa_compute_fperms()  function 272 	*perms = aa_compute_fperms(dfa, state, cond);  in aa_str_perms()
  | 
| D | domain.c | 164 	*perms = aa_compute_fperms(profile->file.dfa, state, &cond);  in label_compound_match() 217 	tmp = aa_compute_fperms(profile->file.dfa, state, &cond);  in label_components_match() 226 		tmp = aa_compute_fperms(profile->file.dfa, state, &cond);  in label_components_match()
  | 
| D | apparmorfs.c | 625 			tmp = aa_compute_fperms(dfa, state, &cond);  in profile_query_cb()
  |