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

  /external/selinux/policycoreutils/restorecond/
Makefile 12 SELINUXDIR = $(DESTDIR)/etc/selinux
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/
statusPage.py 36 SELINUXDIR = "/etc/selinux/"
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/
selinux_internal.h 144 #define SELINUXDIR "/etc/selinux/"
145 #define SELINUXCONFIG SELINUXDIR "config"
selinux_config.c 59 /* New layout is relative to SELINUXDIR/policytype. */
151 static const char *selinux_rootpath = SELINUXDIR;
219 if (asprintf(&selinux_policyroot, "%s%s", SELINUXDIR, type) == -1)

Completed in 128 milliseconds