Searched refs:SELINUXDIR (Results 1 – 4 of 4) sorted by relevance
12 SELINUXDIR = $(DESTDIR)/etc/selinux macro36 -mkdir -p $(SELINUXDIR)37 install -m 644 restorecond.conf $(SELINUXDIR)/restorecond.conf38 install -m 644 restorecond_user.conf $(SELINUXDIR)/restorecond_user.conf
36 SELINUXDIR = "/etc/selinux/" variable195 for i in os.listdir(SELINUXDIR):196 if os.path.isdir(SELINUXDIR + i) and os.path.isdir(SELINUXDIR + i + "/policy"):
144 #define SELINUXDIR "/etc/selinux/" macro145 #define SELINUXCONFIG SELINUXDIR "config"
151 static const char *selinux_rootpath = SELINUXDIR;219 if (asprintf(&selinux_policyroot, "%s%s", SELINUXDIR, type) == -1) in init_selinux_config()