HomeSort by relevance Sort by last modified time
    Searched refs:SELINUXDIR (Results 1 - 4 of 4) sorted by null

  /external/selinux/restorecond/
Makefile 14 SELINUXDIR = $(DESTDIR)/etc/selinux
45 -mkdir -p $(SELINUXDIR)
46 install -m 644 restorecond.conf $(SELINUXDIR)/restorecond.conf
47 install -m 644 restorecond_user.conf $(SELINUXDIR)/restorecond_user.conf
  /external/selinux/gui/
statusPage.py 41 SELINUXDIR = "/etc/selinux/"
207 for i in os.listdir(SELINUXDIR):
208 if os.path.isdir(SELINUXDIR + i) and os.path.isdir(SELINUXDIR + i + "/policy"):
  /external/selinux/libselinux/src/
selinux_internal.h 146 #define SELINUXDIR "/etc/selinux/"
147 #define SELINUXCONFIG SELINUXDIR "config"
selinux_config.c 61 /* New layout is relative to SELINUXDIR/policytype. */
153 static const char *selinux_rootpath = SELINUXDIR;
221 if (asprintf(&selinux_policyroot, "%s%s", SELINUXDIR, type) == -1)

Completed in 91 milliseconds