Home
last modified time | relevance | path

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

/external/selinux/restorecond/
DMakefile14 SELINUXDIR = /etc/selinux macro
44 -mkdir -p $(DESTDIR)$(SELINUXDIR)
45 install -m 644 restorecond.conf $(DESTDIR)$(SELINUXDIR)/restorecond.conf
46 install -m 644 restorecond_user.conf $(DESTDIR)$(SELINUXDIR)/restorecond_user.conf
/external/selinux/gui/
DstatusPage.py32 SELINUXDIR = "/etc/selinux/" variable
197 for i in os.listdir(SELINUXDIR):
198 if os.path.isdir(SELINUXDIR + i) and os.path.isdir(SELINUXDIR + i + "/policy"):
/external/selinux/libselinux/src/
Dselinux_internal.h180 #define SELINUXDIR "/etc/selinux/" macro
181 #define SELINUXCONFIG SELINUXDIR "config"
Dselinux_config.c153 static const char *selinux_rootpath = SELINUXDIR;
222 if (asprintf(&selinux_policyroot, "%s%s", SELINUXDIR, selinux_policytype) == -1) in init_selinux_config()