OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selinux_set_policy_root
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libselinux/utils/
matchpathcon.c
116
if (
selinux_set_policy_root
(optarg) < 0 ) {
/external/selinux/libselinux/include/selinux/
selinux.h
521
selinux_set_policy_root
sets an alternate policy root directory path under
524
extern int
selinux_set_policy_root
(const char *rootpath);
/external/selinux/libselinux/src/
selinux_config.c
273
int
selinux_set_policy_root
(const char *path)
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
1136
def
selinux_set_policy_root
(*args):
function
1138
selinux_set_policy_root
= _selinux.
selinux_set_policy_root
variable
[
all
...]
Completed in 458 milliseconds