Searched defs:cond (Results 1 – 9 of 9) sorted by relevance
/security/apparmor/ |
D | file.c | 168 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
|
D | domain.c | 139 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
|
D | lsm.c | 194 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
|
D | apparmorfs.c | 623 struct path_cond cond = { }; in profile_query_cb() local
|
/security/apparmor/include/ |
D | perms.h | 76 u32 cond; /* set only when ~allow and ~deny */ member
|
/security/tomoyo/ |
D | gc.c | 279 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition() local
|
D | condition.c | 766 const struct tomoyo_condition *cond) in tomoyo_condition()
|
D | common.c | 1233 const struct tomoyo_condition *cond) in tomoyo_print_condition()
|
D | common.h | 674 struct tomoyo_condition *cond; /* Maybe NULL. */ member 1194 static inline void tomoyo_put_condition(struct tomoyo_condition *cond) in tomoyo_put_condition()
|