OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_context_customizable
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libselinux/src/
is_customizable_type.c
64
int
is_context_customizable
(const char * scontext)
function
/external/selinux/libselinux/include/selinux/
selinux.h
613
extern int
is_context_customizable
(const char * scontext);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
1300
def
is_context_customizable
(*args):
function
1302
is_context_customizable
= _selinux.
is_context_customizable
variable
[
all
...]
/external/selinux/policycoreutils/setfiles/
restore.c
185
if (!r_opts->force && curcon && (
is_context_customizable
(curcon) > 0)) {
Completed in 1280 milliseconds