Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 25) sorted by relevance

/security/tomoyo/
Ddomain.c40 struct list_head *list = param->list; in tomoyo_update_policy() local
105 struct list_head * const list = param->list; in tomoyo_update_domain() local
167 const struct list_head *list = &domain->acl_info_list; in tomoyo_check_acl() local
298 (const struct list_head *list, const struct tomoyo_path_info *domainname, in tomoyo_scan_transition()
352 const struct list_head * const list = in tomoyo_transition_type() local
737 struct list_head *list = in tomoyo_find_next_domain() local
Dgc.c506 static void tomoyo_collect_acl(struct list_head *list) in tomoyo_collect_acl()
563 struct list_head *list = &ns->group_list[i]; in tomoyo_collect_entry() local
591 struct list_head *list = &tomoyo_name_list[i]; in tomoyo_collect_entry() local
Dmemory.c100 struct list_head *list; in tomoyo_get_group() local
Dcommon.c1127 struct list_head *list, char *data, in tomoyo_write_domain2()
1598 struct list_head *list) in tomoyo_read_domain2()
1801 struct list_head *list = &ns->group_list[idx]; in tomoyo_read_group() local
1860 struct list_head *list = &ns->policy_list[idx]; in tomoyo_read_policy() local
1952 struct list_head list; member
Daudit.c303 struct list_head list; member
Dcommon.h407 struct list_head list; member
413 struct list_head list; member
673 struct list_head list; member
681 struct list_head list; member
782 struct list_head *list; member
842 struct list_head list; member
/security/selinux/ss/
Dconditional.c131 static void cond_av_list_destroy(struct cond_av_list *list) in cond_av_list_destroy()
154 static void cond_list_destroy(struct cond_node *list) in cond_list_destroy()
272 struct cond_av_list *other = data->other, *list, *cur; in cond_insertf() local
522 struct cond_av_list *list, struct policy_file *fp) in cond_write_av_list()
589 int cond_write_list(struct policydb *p, struct cond_node *list, void *fp) in cond_write_list()
Dsidtab.h23 struct hlist_node list; member
/security/selinux/
Dnetport.c40 struct list_head list; member
46 struct list_head list; member
Dnetnode.c41 struct list_head list; member
47 struct list_head list; member
Dibpkey.c34 struct list_head list; member
39 struct list_head list; member
Dnetif.c33 struct list_head list; member
Davc.c54 struct hlist_node list; /* anchored in avc_cache->slots[i] */ member
/security/apparmor/include/
Dpolicy_unpack.h20 struct list_head list; member
59 struct list_head list; member
Dlib.h131 struct list_head list; member
/security/smack/
Dsmackfs.c534 struct list_head *list; in smk_seq_start() local
551 struct list_head *list = v; in smk_seq_next() local
619 struct list_head *list = v; in load_seq_show() local
769 struct list_head *list = v; in cipso_seq_show() local
953 struct list_head *list = v; in cipso2_seq_show() local
1036 struct list_head *list = v; in net4addr_seq_show() local
1302 struct list_head *list = v; in net6addr_seq_show() local
1863 struct list_head *list = v; in onlycap_seq_show() local
1931 static int smk_parse_label_list(char *data, struct list_head *list) in smk_parse_label_list()
1960 void smk_destroy_label_list(struct list_head *list) in smk_destroy_label_list()
[all …]
Dsmack.h67 struct list_head list; member
134 struct list_head list; member
144 struct list_head list; member
156 struct list_head list; member
169 struct list_head list; member
180 struct list_head list; member
/security/integrity/platform_certs/
Defi_parser.c49 efi_signature_list_t list; in parse_efi_signature_list() local
/security/integrity/evm/
Devm.h30 struct list_head list; member
/security/
Ddevice_cgroup.c36 struct list_head list; member
Dsecurity.c332 struct hlist_head *list = (struct hlist_head *) &security_hook_heads; in early_security_init() local
399 static bool match_last_lsm(const char *list, const char *lsm) in match_last_lsm()
/security/selinux/include/
Dobjsec.h48 struct list_head list; /* list of inode_security_struct */ member
/security/integrity/ima/
Dima.h86 struct list_head list; member
Dima_policy.c64 struct list_head list; member
/security/apparmor/
Dpolicy.c109 static void __add_profile(struct list_head *list, struct aa_profile *profile) in __add_profile()