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

  /external/selinux/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 34 all: restorecond
36 restorecond.o utmpwatcher.o stringslist.o user.o watch.o: restorecond.h
38 restorecond: restore.o restorecond.o utmpwatcher.o stringslist.o user.o watch.o
44 install -m 755 restorecond $(SBINDIR)
45 install -m 644 restorecond.8 $(MANDIR)/man8
47 install -m 755 restorecond.init $(INITDIR)/restorecond
49 install -m 644 restorecond.conf $(SELINUXDIR)/restorecond.con
    [all...]
  /external/selinux/policycoreutils/po/
Makefile 51 ../restorecond/stringslist.c \
52 ../restorecond/restorecond.h \
53 ../restorecond/utmpwatcher.h \
54 ../restorecond/stringslist.h \
55 ../restorecond/restorecond.c \
56 ../restorecond/utmpwatcher.c \
  /external/selinux/
Makefile 1 OPT_SUBDIRS ?= dbus gui mcstrans python restorecond sandbox semodule-utils

Completed in 98 milliseconds