Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
A Dsidtab.h70 struct sidtab *target;
76 struct sidtab { struct
106 int sidtab_init(struct sidtab *s); argument
108 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid);
127 void sidtab_cancel_convert(struct sidtab *s);
134 void sidtab_destroy(struct sidtab *s);
136 int sidtab_hash_stats(struct sidtab *sidtab, char *page);
139 void sidtab_sid2str_put(struct sidtab *s, struct sidtab_entry *entry,
141 int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry,
144 static inline void sidtab_sid2str_put(struct sidtab *s, in sidtab_sid2str_put()
[all …]
A Dservices.c89 struct sidtab *sidtab,
732 struct sidtab *sidtab = policy->sidtab; in security_validtrans_handle_fail() local
762 struct sidtab *sidtab; in security_compute_validatetrans() local
871 struct sidtab *sidtab; in security_bounded_transition() local
1024 struct sidtab *sidtab; in security_compute_xperms_decision() local
1121 struct sidtab *sidtab; in security_compute_av() local
1179 struct sidtab *sidtab; in security_compute_av_user() local
1334 struct sidtab *sidtab; in security_sid_to_context_core() local
1523 struct sidtab *sidtab; in security_context_to_sid_core() local
1665 struct sidtab *sidtab = policy->sidtab; in compute_sid_handle_invalid_context() local
[all …]
A Dsidtab.c33 int sidtab_init(struct sidtab *s) in sidtab_init()
113 int sidtab_hash_stats(struct sidtab *sidtab, char *page) in sidtab_hash_stats() argument
124 hash_for_each_rcu(sidtab->context_to_sid, i, entry, list) { in sidtab_hash_stats()
159 static int sidtab_alloc_roots(struct sidtab *s, u32 level) in sidtab_alloc_roots()
221 static struct sidtab_entry *sidtab_lookup(struct sidtab *s, u32 index) in sidtab_lookup()
254 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid) in sidtab_search_entry()
264 int sidtab_context_to_sid(struct sidtab *s, struct context *context, in sidtab_context_to_sid()
357 static void sidtab_convert_hashtable(struct sidtab *s, u32 count) in sidtab_convert_hashtable()
477 void sidtab_cancel_convert(struct sidtab *s) in sidtab_cancel_convert()
531 void sidtab_destroy(struct sidtab *s) in sidtab_destroy()
[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.c238 struct sidtab *s, in mls_context_to_sid()
A Dpolicydb.c869 int policydb_load_isids(struct policydb *p, struct sidtab *s) in policydb_load_isids()
/linux/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 25 milliseconds