OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restorecond
(Results
1 - 4
of
4
) sorted by null
/external/selinux/policycoreutils/restorecond/
restorecond.init
3
#
restorecond
: Daemon used to maintain path file context
6
# description:
restorecond
uses inotify to look for creation of new files \
7
# listed in the /etc/selinux/
restorecond
.conf file, and restores the \
10
# processname: /usr/sbin/
restorecond
11
# config: /etc/selinux/
restorecond
.conf
12
# pidfile: /var/run/
restorecond
.pid
34
test -x /usr/sbin/
restorecond
|| exit 5
35
test -f /etc/selinux/
restorecond
.conf || exit 6
41
echo -n $"Starting
restorecond
: "
43
daemon /usr/sbin/
restorecond
[
all
...]
Makefile
22
all:
restorecond
24
restorecond
.o utmpwatcher.o stringslist.o user.o watch.o:
restorecond
.h
26
restorecond
: ../setfiles/restore.o
restorecond
.o utmpwatcher.o stringslist.o user.o watch.o
32
install -m 755
restorecond
$(SBINDIR)
33
install -m 644
restorecond
.8 $(MANDIR)/man8
35
install -m 755
restorecond
.init $(INITDIR)/
restorecond
37
install -m 644
restorecond
.conf $(SELINUXDIR)/restorecond.con
[
all
...]
/external/selinux/policycoreutils/
Makefile
6
SUBDIRS +=
restorecond
/external/selinux/policycoreutils/po/
Makefile
43
../
restorecond
/stringslist.c \
44
../
restorecond
/
restorecond
.h \
45
../
restorecond
/utmpwatcher.h \
46
../
restorecond
/stringslist.h \
47
../
restorecond
/
restorecond
.c \
48
../
restorecond
/utmpwatcher.c \
Completed in 990 milliseconds