Home
last modified time | relevance | path

Searched defs:a (Results 1 – 19 of 19) sorted by relevance

/security/smack/
Dsmack.h278 struct common_audit_data a; member
437 static inline void smk_ad_init(struct smk_audit_info *a, const char *func, in smk_ad_init()
446 static inline void smk_ad_init_net(struct smk_audit_info *a, const char *func, in smk_ad_init_net()
454 static inline void smk_ad_setfield_u_tsk(struct smk_audit_info *a, in smk_ad_setfield_u_tsk()
459 static inline void smk_ad_setfield_u_fs_path_dentry(struct smk_audit_info *a, in smk_ad_setfield_u_fs_path_dentry()
464 static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a, in smk_ad_setfield_u_fs_inode()
469 static inline void smk_ad_setfield_u_fs_path(struct smk_audit_info *a, in smk_ad_setfield_u_fs_path()
474 static inline void smk_ad_setfield_u_net_sk(struct smk_audit_info *a, in smk_ad_setfield_u_net_sk()
482 static inline void smk_ad_init(struct smk_audit_info *a, const char *func, in smk_ad_init()
486 static inline void smk_ad_setfield_u_tsk(struct smk_audit_info *a, in smk_ad_setfield_u_tsk()
[all …]
Dsmack_access.c116 int request, struct smk_audit_info *a) in smk_access()
219 u32 mode, struct smk_audit_info *a) in smk_tskacc()
271 u32 mode, struct smk_audit_info *a) in smk_curacc()
311 static void smack_log_callback(struct audit_buffer *ab, void *a) in smack_log_callback()
348 struct common_audit_data *a = &ad->a; in smack_log() local
/security/tomoyo/
Dgroup.c21 static bool tomoyo_same_path_group(const struct tomoyo_acl_head *a, in tomoyo_same_path_group()
36 static bool tomoyo_same_number_group(const struct tomoyo_acl_head *a, in tomoyo_same_number_group()
55 static bool tomoyo_same_address_group(const struct tomoyo_acl_head *a, in tomoyo_same_address_group()
Dfile.c341 static bool tomoyo_same_path_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_acl()
359 static bool tomoyo_merge_path_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_acl()
413 static bool tomoyo_same_mkdev_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mkdev_acl()
434 static bool tomoyo_merge_mkdev_acl(struct tomoyo_acl_info *a, in tomoyo_merge_mkdev_acl()
495 static bool tomoyo_same_path2_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path2_acl()
514 static bool tomoyo_merge_path2_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path2_acl()
631 static bool tomoyo_same_path_number_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_number_acl()
652 static bool tomoyo_merge_path_number_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_number_acl()
962 static bool tomoyo_same_mount_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mount_acl()
Dnetwork.c192 static bool tomoyo_same_inet_acl(const struct tomoyo_acl_info *a, in tomoyo_same_inet_acl()
211 static bool tomoyo_same_unix_acl(const struct tomoyo_acl_info *a, in tomoyo_same_unix_acl()
230 static bool tomoyo_merge_inet_acl(struct tomoyo_acl_info *a, in tomoyo_merge_inet_acl()
256 static bool tomoyo_merge_unix_acl(struct tomoyo_acl_info *a, in tomoyo_merge_unix_acl()
Ddomain.c73 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, in tomoyo_same_acl_head()
219 static bool tomoyo_same_transition_control(const struct tomoyo_acl_head *a, in tomoyo_same_transition_control()
382 static bool tomoyo_same_aggregator(const struct tomoyo_acl_head *a, in tomoyo_same_aggregator()
Denviron.c76 static bool tomoyo_same_env_acl(const struct tomoyo_acl_info *a, in tomoyo_same_env_acl()
Dcondition.c357 static inline bool tomoyo_same_condition(const struct tomoyo_condition *a, in tomoyo_same_condition()
Dcommon.c844 static bool tomoyo_same_manager(const struct tomoyo_acl_head *a, in tomoyo_same_manager()
1043 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl()
Dcommon.h1165 static inline bool tomoyo_pathcmp(const struct tomoyo_path_info *a, in tomoyo_pathcmp()
1234 (const struct tomoyo_name_union *a, const struct tomoyo_name_union *b) in tomoyo_same_name_union()
1248 (const struct tomoyo_number_union *a, const struct tomoyo_number_union *b) in tomoyo_same_number_union()
1264 (const struct tomoyo_ipaddr_union *a, const struct tomoyo_ipaddr_union *b) in tomoyo_same_ipaddr_union()
/security/selinux/ss/
Davtab.c398 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item()
399 int (*insertf)(struct avtab *a, struct avtab_key *k, in avtab_read_item()
560 static int avtab_insertf(struct avtab *a, struct avtab_key *k, in avtab_insertf()
566 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read()
645 int avtab_write(struct policydb *p, struct avtab *a, void *fp) in avtab_write()
Dconditional.c259 static int cond_insertf(struct avtab *a, struct avtab_key *k, struct avtab_datum *d, void *ptr) in cond_insertf()
/security/apparmor/
Dlabel.c107 static int ns_cmp(struct aa_ns *a, struct aa_ns *b) in ns_cmp()
135 static int profile_cmp(struct aa_profile *a, struct aa_profile *b) in profile_cmp()
165 static int vec_cmp(struct aa_profile **a, int an, struct aa_profile **b, int bn) in vec_cmp()
214 static int sort_cmp(const void *a, const void *b) in sort_cmp()
464 static int label_cmp(struct aa_label *a, struct aa_label *b) in label_cmp()
961 struct aa_label *a, in aa_label_next_in_merge()
1003 static int label_merge_cmp(struct aa_label *a, struct aa_label *b, in label_merge_cmp()
1048 struct aa_label *a, in label_merge_insert()
1118 static struct aa_labelset *labelset_of_merge(struct aa_label *a, in labelset_of_merge()
1141 struct aa_label *a, in __label_find_merge()
[all …]
Dpolicy_unpack.c636 int a = aa_map_resource(i); in unpack_rlimits() local
/security/
Dlsm_audit.c209 struct common_audit_data *a) in dump_common_audit_data()
448 void common_lsm_audit(struct common_audit_data *a, in common_lsm_audit()
/security/selinux/include/
Davc.h130 struct common_audit_data *a, in avc_audit()
/security/selinux/
Davc.c672 static void avc_audit_pre_callback(struct audit_buffer *ab, void *a) in avc_audit_pre_callback()
713 static void avc_audit_post_callback(struct audit_buffer *ab, void *a) in avc_audit_post_callback()
774 struct common_audit_data *a) in slow_avc_audit()
/security/keys/
Dkeyring.c328 const struct keyring_index_key *a = &key_a->index_key; in keyring_diff_objects() local
/security/integrity/ima/
Dima_policy.c47 #define INVALID_PCR(a) (((a) < 0) || \ argument