Searched refs:SELINUXDIR (Results 1 – 4 of 4) sorted by relevance
14 SELINUXDIR = /etc/selinux macro44 -mkdir -p $(DESTDIR)$(SELINUXDIR)45 install -m 644 restorecond.conf $(DESTDIR)$(SELINUXDIR)/restorecond.conf46 install -m 644 restorecond_user.conf $(DESTDIR)$(SELINUXDIR)/restorecond_user.conf
32 SELINUXDIR = "/etc/selinux/" variable197 for i in os.listdir(SELINUXDIR):198 if os.path.isdir(SELINUXDIR + i) and os.path.isdir(SELINUXDIR + i + "/policy"):
180 #define SELINUXDIR "/etc/selinux/" macro181 #define SELINUXCONFIG SELINUXDIR "config"
153 static const char *selinux_rootpath = SELINUXDIR;222 if (asprintf(&selinux_policyroot, "%s%s", SELINUXDIR, selinux_policytype) == -1) in init_selinux_config()