Home
last modified time | relevance | path

Searched refs:SELINUXDIR (Results 1 – 4 of 4) sorted by relevance

/external/selinux/policycoreutils/restorecond/
DMakefile12 SELINUXDIR = $(DESTDIR)/etc/selinux macro
36 -mkdir -p $(SELINUXDIR)
37 install -m 644 restorecond.conf $(SELINUXDIR)/restorecond.conf
38 install -m 644 restorecond_user.conf $(SELINUXDIR)/restorecond_user.conf
/external/selinux/policycoreutils/gui/
DstatusPage.py36 SELINUXDIR = "/etc/selinux/" variable
195 for i in os.listdir(SELINUXDIR):
196 if os.path.isdir(SELINUXDIR + i) and os.path.isdir(SELINUXDIR + i + "/policy"):
/external/selinux/libselinux/src/
Dselinux_internal.h144 #define SELINUXDIR "/etc/selinux/" macro
145 #define SELINUXCONFIG SELINUXDIR "config"
Dselinux_config.c151 static const char *selinux_rootpath = SELINUXDIR;
219 if (asprintf(&selinux_policyroot, "%s%s", SELINUXDIR, type) == -1) in init_selinux_config()