Home
last modified time | relevance | path

Searched refs:selinux_set_policy_root (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsemanage/src/
Dboolean_record.c118 rc = selinux_set_policy_root(newroot); in hidden_def()
130 rc = selinux_set_policy_root(oldroot); in hidden_def()
/external/selinux/libselinux/utils/
Dmatchpathcon.c115 if (selinux_set_policy_root(optarg) < 0 ) { in main()
/external/selinux/libselinux/include/selinux/
Dselinux.h544 extern int selinux_set_policy_root(const char *rootpath);
/external/selinux/libselinux/src/
Dselinux_config.c273 int selinux_set_policy_root(const char *path) in selinux_set_policy_root() function
Dselinuxswig_python_exception.i812 %exception selinux_set_policy_root {
/external/selinux/python/semanage/
Dseobject.py263 selinux.selinux_set_policy_root("%s%s" % (selinux.selinux_path(), self.store))