OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SELINUXDIR
(Results
1 - 3
of
3
) sorted by null
/external/selinux/restorecond/
Makefile
14
SELINUXDIR
= /etc/selinux
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/
statusPage.py
32
SELINUXDIR
= "/etc/selinux/"
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/
selinux_internal.h
180
#define
SELINUXDIR
"/etc/selinux/"
181
#define SELINUXCONFIG
SELINUXDIR
"config"
Completed in 443 milliseconds