OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selinux_boolean_sub
(Results
1 - 8
of
8
) sorted by null
/external/selinux/libselinux/utils/
getsebool.c
90
char *alt_name =
selinux_boolean_sub
(names[i]);
/external/selinux/libsemanage/src/
boolean_record.c
88
char *subname =
selinux_boolean_sub
(name);
/external/selinux/libselinux/src/
booleans.c
91
char *
selinux_boolean_sub
(const char *name)
145
hidden_def(
selinux_boolean_sub
)
175
alt_name =
selinux_boolean_sub
(name);
selinux_internal.h
62
hidden_proto(
selinux_boolean_sub
)
/external/selinux/libselinux/include/selinux/
selinux.h
499
selinux_boolean_sub
reads the /etc/selinux/TYPE/booleans.subs_dist file
500
looking for a record with boolean_name. If a record exists
selinux_boolean_sub
504
extern char *
selinux_boolean_sub
(const char *boolean_name);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
1124
def
selinux_boolean_sub
(*args):
function
1126
selinux_boolean_sub
= _selinux.
selinux_boolean_sub
variable
[
all
...]
/external/selinux/policycoreutils/sepolicy/
sepolicy.py
81
v = selinux.
selinux_boolean_sub
(values)
88
v = selinux.
selinux_boolean_sub
(value)
/external/selinux/policycoreutils/semanage/
seobject.py
[
all
...]
Completed in 4220 milliseconds