Home
last modified time | relevance | path

Searched refs:kperm (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
Dmapping.c144 access_vector_t kperm = 0; in unmap_perm() local
148 kperm |= current_mapping[tclass].perms[i]; in unmap_perm()
151 return kperm; in unmap_perm()
186 map_perm(security_class_t tclass, access_vector_t kperm) in map_perm() argument
193 if (kperm & current_mapping[tclass].perms[i]) { in map_perm()
195 kperm &= ~current_mapping[tclass].perms[i]; in map_perm()
205 return kperm; in map_perm()
Dmapping.h29 map_perm(security_class_t tclass, access_vector_t kperm);