Searched refs:selinux_path (Results 1 – 12 of 12) sorted by relevance
/external/selinux/dbus/ |
D | selinux_server.py | 91 path = selinux.selinux_path() + "config" 125 path = selinux.selinux_path() + value
|
/external/selinux/libselinux/src/ |
D | selinux_config.c | 306 const char *selinux_path(void) in selinux_path() function 311 hidden_def(selinux_path) in hidden_def() argument
|
D | selinux_internal.h | 92 hidden_proto(selinux_path)
|
/external/selinux/gui/ |
D | statusPage.py | 165 path = selinux.selinux_path() + "config"
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 566 extern const char *selinux_path(void);
|
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 254 root_dir = selinux_path(); in main()
|
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 248 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/ |
D | common_linux.h | 1655 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__.py | 142 (selinux.selinux_path(), store))
|
D | gui.py | 839 types = next(os.walk(selinux.selinux_path(), topdown=True))[1]
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 3138 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/ |
D | seobject.py | 263 selinux.selinux_set_policy_root("%s%s" % (selinux.selinux_path(), self.store))
|