Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 9 of 9) sorted by relevance

/security/apparmor/
Dfile.c168 const char **name, struct path_cond *cond, u32 request) in path_name()
225 struct path_cond *cond) in aa_compute_fperms()
267 const char *name, struct path_cond *cond, in aa_str_perms()
278 u32 request, struct path_cond *cond, int flags, in __aa_path_perm()
295 struct path_cond *cond, int flags, in profile_path_perm()
326 struct path_cond *cond) in aa_path_perm()
368 struct path_cond *cond) in profile_path_link()
469 struct path_cond cond = { in aa_path_link() local
514 struct path_cond cond = { in __file_path_perm() local
Ddomain.c139 struct path_cond cond = { }; in label_compound_match() local
200 struct path_cond cond = { }; in label_components_match() local
619 char *buffer, struct path_cond *cond, in profile_transition()
745 char *buffer, struct path_cond *cond, in profile_onexec()
818 char *buffer, struct path_cond *cond, in handle_onexec()
884 struct path_cond cond = { in apparmor_bprm_set_creds() local
Dlsm.c194 struct path_cond *cond) in common_perm()
217 struct path_cond cond = { d_backing_inode(path->dentry)->i_uid, in common_perm_cond() local
239 struct path_cond *cond) in common_perm_dir_dentry()
259 struct path_cond cond = { }; in common_perm_rm() local
283 struct path_cond cond = { current_fsuid(), mode }; in common_perm_create() local
358 struct path_cond cond = { d_backing_inode(old_dentry)->i_uid, in apparmor_path_rename() local
414 struct path_cond cond = { inode->i_uid, inode->i_mode }; in apparmor_file_open() local
Dapparmorfs.c623 struct path_cond cond = { }; in profile_query_cb() local
/security/apparmor/include/
Dperms.h76 u32 cond; /* set only when ~allow and ~deny */ member
/security/tomoyo/
Dgc.c279 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition() local
Dcondition.c766 const struct tomoyo_condition *cond) in tomoyo_condition()
Dcommon.c1233 const struct tomoyo_condition *cond) in tomoyo_print_condition()
Dcommon.h674 struct tomoyo_condition *cond; /* Maybe NULL. */ member
1194 static inline void tomoyo_put_condition(struct tomoyo_condition *cond) in tomoyo_put_condition()