Home
last modified time | relevance | path

Searched refs:sidtab (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/security/selinux/ss/
A Dsidtab.h69 struct sidtab *target;
75 struct sidtab { struct
105 int sidtab_init(struct sidtab *s); argument
107 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid);
126 void sidtab_cancel_convert(struct sidtab *s);
133 void sidtab_destroy(struct sidtab *s);
135 int sidtab_hash_stats(struct sidtab *sidtab, char *page);
138 void sidtab_sid2str_put(struct sidtab *s, struct sidtab_entry *entry,
140 int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry,
143 static inline void sidtab_sid2str_put(struct sidtab *s, in sidtab_sid2str_put()
[all …]
A Dservices.c83 struct sidtab *sidtab,
724 struct sidtab *sidtab = policy->sidtab; in security_validtrans_handle_fail() local
754 struct sidtab *sidtab; in security_compute_validatetrans() local
863 struct sidtab *sidtab; in security_bounded_transition() local
1016 struct sidtab *sidtab; in security_compute_xperms_decision() local
1113 struct sidtab *sidtab; in security_compute_av() local
1171 struct sidtab *sidtab; in security_compute_av_user() local
1326 struct sidtab *sidtab; in security_sid_to_context_core() local
1515 struct sidtab *sidtab; in security_context_to_sid_core() local
1657 struct sidtab *sidtab = policy->sidtab; in compute_sid_handle_invalid_context() local
[all …]
A Dsidtab.c34 int sidtab_init(struct sidtab *s) in sidtab_init()
114 int sidtab_hash_stats(struct sidtab *sidtab, char *page) in sidtab_hash_stats() argument
125 hash_for_each_rcu(sidtab->context_to_sid, i, entry, list) { in sidtab_hash_stats()
160 static int sidtab_alloc_roots(struct sidtab *s, u32 level) in sidtab_alloc_roots()
222 static struct sidtab_entry *sidtab_lookup(struct sidtab *s, u32 index) in sidtab_lookup()
255 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid) in sidtab_search_entry()
265 int sidtab_context_to_sid(struct sidtab *s, struct context *context, in sidtab_context_to_sid()
321 struct sidtab *target = convert->target; in sidtab_context_to_sid()
361 static void sidtab_convert_hashtable(struct sidtab *s, u32 count) in sidtab_convert_hashtable()
482 void sidtab_cancel_convert(struct sidtab *s) in sidtab_cancel_convert()
[all …]
A Dservices.h26 struct sidtab *sidtab; member
A Dmls.h42 struct sidtab *s,
A Dpolicydb.h319 extern int policydb_load_isids(struct policydb *p, struct sidtab *s);
A Dmls.c237 struct sidtab *s, in mls_context_to_sid()
A Dpolicydb.c863 int policydb_load_isids(struct policydb *p, struct sidtab *s) in policydb_load_isids()
/linux-6.3-rc2/security/selinux/
A DMakefile10 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
A DKconfig97 int "NSA SELinux sidtab hashtable size"
102 This option sets the number of buckets used in the sidtab hashtable

Completed in 30 milliseconds