Home
last modified time | relevance | path

Searched refs:restorecon (Results 1 – 25 of 143) sorted by relevance

123456

/external/selinux/policycoreutils/setfiles/
DMakefile18 all: setfiles restorecon restorecon_xattr man
22 restorecon: setfiles target
23 ln -sf setfiles restorecon
35 (cd $(SBINDIR) && ln -sf setfiles restorecon)
38 install -m 644 restorecon.8 $(MANDIR)/man8/restorecon.8
42 rm -f setfiles restorecon restorecon_xattr *.o setfiles.8.man
48 $(SBINDIR)/restorecon $(SBINDIR)/setfiles $(SBINDIR)/restorecon_xattr
/external/selinux/libselinux/src/
Dselinuxswig_python.i22 def restorecon(path, recursive=False, verbose=False):
51 restorecon(dest, recursive=True)
56 restorecon(dest, recursive=True)
DMakefile199 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
/external/selinux/python/sepolicy/sepolicy/help/
Dsystem_relabel.txt6 Note: Sometimes a simple restorecon is all you need to fix the labels on a file or directory.
10 # restorecon -R -v PATHTODISK
Dfile_equiv.txt9 …ubstitution when ever the matchpathcon function is called. Tools like restorecon/rpm/udev and oth…
/external/selinux/python/sepolicy/sepolicy/
Dsedbus.py20 def restorecon(self, path): member in SELinuxDBus
21 ret = self.dbus_object.restorecon(path, dbus_interface="org.selinux")
Dgenerate.py1163 newsh += re.sub("FILENAME", self.program, script.restorecon)
1165 newsh += re.sub("FILENAME", self.initscript, script.restorecon)
1168 newsh += re.sub("FILENAME", i, script.restorecon)
1171 newsh += re.sub("FILENAME", i, script.restorecon)
/external/selinux/checkpolicy/
DMakefile56 /sbin/restorecon $(BINDIR)/checkpolicy
57 /sbin/restorecon $(BINDIR)/checkmodule
/external/selinux/
DREADME.android36 * restorecon functionality, including recursive restorecon, has been
/external/selinux/dbus/
Dselinux_server.py67 def restorecon(self, path): member in selinux_server
68 selinux.restorecon(str(path), recursive=1)
/external/selinux/python/sepolicy/sepolicy/templates/
Dsemodule.py30 restorecon=""" variable
Dscript.py82 restorecon="""\ variable
/external/selinux/policycoreutils/
D.gitignore8 setfiles/restorecon
/external/libese/esed/
Desed.rc8 restorecon /data/vendor/ese
/external/selinux/policycoreutils/load_policy/
DMakefile28 /sbin/restorecon $(SBINDIR)/load_policy
/external/selinux/policycoreutils/run_init/
DMakefile52 /sbin/restorecon $(SBINDIR)/run_init $(SBINDIR)/open_init_pty
/external/ltp/testcases/network/stress/ssh/
Dssh-stress99 local rc=$(which restorecon)
/external/selinux/policycoreutils/newrole/
DMakefile85 /sbin/restorecon $(BINDIR)/newrole
/external/selinux/restorecond/
DMakefile58 /sbin/restorecon $(SBINDIR)/restorecond
/external/selinux/mcstrans/share/util/
Dtry-all58 restorecon -rv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.d >/dev/null
/external/selinux/libsepol/src/
DMakefile92 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
/external/selinux/policycoreutils/scripts/
Dfixfiles116 RESTORECON=/sbin/restorecon
/external/selinux/libsemanage/src/
DMakefile158 /sbin/restorecon $(LIBDIR)/$(LIBSO)
/external/ltp/testcases/network/
DREADME.md35 /sbin/restorecon -v /root/.rhosts
/external/toybox/
DAndroid.mk71 toys/android/restorecon.c \

123456