Home
last modified time | relevance | path

Searched refs:selinux_path (Results 1 – 12 of 12) sorted by relevance

/external/selinux/dbus/
Dselinux_server.py91 path = selinux.selinux_path() + "config"
125 path = selinux.selinux_path() + value
/external/selinux/libselinux/src/
Dselinux_config.c306 const char *selinux_path(void) in selinux_path() function
311 hidden_def(selinux_path) in hidden_def() argument
Dselinux_internal.h92 hidden_proto(selinux_path)
/external/selinux/gui/
DstatusPage.py165 path = selinux.selinux_path() + "config"
/external/selinux/libselinux/include/selinux/
Dselinux.h566 extern const char *selinux_path(void);
/external/selinux/policycoreutils/sestatus/
Dsestatus.c254 root_dir = selinux_path(); in main()
/external/selinux/libsemanage/src/
Dsemanage_store.c248 const char *selinux_root = selinux_path(); in semanage_init_final()
519 len = strlen(semanage_root()) + strlen(selinux_path()) + strlen(SEMANAGE_CONF_FILE); in semanage_conf_path()
523 snprintf(semanage_conf, len + 1, "%s%s%s", semanage_root(), selinux_path(), in semanage_conf_path()
527 snprintf(semanage_conf, len + 1, "%s%s", selinux_path(), SEMANAGE_CONF_FILE); in semanage_conf_path()
/external/syzkaller/executor/
Dcommon_linux.h1655 const char* selinux_path = "./syz-tmp/newroot/selinux"; in namespace_sandbox_proc() local
1656 if (mount("/selinux", selinux_path, NULL, bind_mount_flags, NULL)) { in namespace_sandbox_proc()
1659 if (mount("/sys/fs/selinux", selinux_path, NULL, bind_mount_flags, NULL) && errno != ENOENT) in namespace_sandbox_proc()
/external/selinux/python/sepolicy/sepolicy/
D__init__.py142 (selinux.selinux_path(), store))
Dgui.py839 types = next(os.walk(selinux.selinux_path(), topdown=True))[1]
/external/syzkaller/pkg/csource/
Dgenerated.go3138 const char* selinux_path = "./syz-tmp/newroot/selinux";
3139 if (mount("/selinux", selinux_path, NULL, bind_mount_flags, NULL)) {
3142 if (mount("/sys/fs/selinux", selinux_path, NULL, bind_mount_flags, NULL) && errno != ENOENT)
/external/selinux/python/semanage/
Dseobject.py263 selinux.selinux_set_policy_root("%s%s" % (selinux.selinux_path(), self.store))