Home
last modified time | relevance | path

Searched refs:selinux_set_policy_root (Results 1 – 5 of 5) 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.h530 extern int selinux_set_policy_root(const char *rootpath);
/external/selinux/libselinux/src/
Dselinux_config.c276 int selinux_set_policy_root(const char *path) in selinux_set_policy_root() function
/external/selinux/python/semanage/
Dseobject.py263 selinux.selinux_set_policy_root("%s%s" % (selinux.selinux_path(), self.store))