Home
last modified time | relevance | path

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

1234567

/external/selinux/policycoreutils/setfiles/
DMakefile18 all: setfiles restorecon restorecon_xattr man
22 restorecon: setfiles target
23 ln -sf setfiles restorecon
35 (cd $(DESTDIR)$(SBINDIR) && ln -sf setfiles restorecon)
38 install -m 644 restorecon.8 $(DESTDIR)$(MANDIR)/man8/restorecon.8
48 rm -f setfiles restorecon restorecon_xattr *.o setfiles.8.man
54 $(DESTDIR)$(SBINDIR)/restorecon $(DESTDIR)$(SBINDIR)/setfiles $(DESTDIR)$(SBINDIR)/restorecon_xattr
/external/openssh/contrib/redhat/
Dsshd.init42 if [ -x /sbin/restorecon ]; then
43 /sbin/restorecon /etc/ssh/ssh_host_rsa_key.pub
44 /sbin/restorecon /etc/ssh/ssh_host_dsa_key.pub
45 /sbin/restorecon /etc/ssh/ssh_host_ecdsa_key.pub
/external/selinux/libselinux/src/
Dselinuxswig_python.i23 def restorecon(path, recursive=False, verbose=False, force=False):
57 restorecon(dest, recursive=True)
62 restorecon(dest, recursive=True)
/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")
/external/selinux/checkpolicy/
DMakefile67 /sbin/restorecon $(DESTDIR)$(BINDIR)/checkpolicy
68 /sbin/restorecon $(DESTDIR)$(BINDIR)/checkmodule
/external/selinux/python/sepolicy/sepolicy/templates/
Dsemodule.py30 restorecon=""" variable
Dscript.py82 restorecon="""\ variable
/external/selinux/
DREADME.android36 * restorecon functionality, including recursive restorecon, has been
/external/selinux/policycoreutils/
D.gitignore8 setfiles/restorecon
/external/selinux/dbus/
Dselinux_server.py67 def restorecon(self, path): member in selinux_server
68 selinux.restorecon(str(path), recursive=1)
/external/libese/esed/
Desed.rc8 restorecon /data/vendor/ese
/external/selinux/policycoreutils/load_policy/
DMakefile35 /sbin/restorecon $(DESTDIR)$(SBINDIR)/load_policy
/external/selinux/policycoreutils/run_init/
DMakefile59 /sbin/restorecon $(DESTDIR)$(SBINDIR)/run_init $(DESTDIR)$(SBINDIR)/open_init_pty
/external/ltp/testcases/network/stress/ssh/
Dssh-stress.sh98 local rc=$(which restorecon)
/external/selinux/restorecond/
DMakefile54 /sbin/restorecon $(DESTDIR)$(SBINDIR)/restorecond
/external/selinux/policycoreutils/newrole/
DMakefile92 /sbin/restorecon $(DESTDIR)$(BINDIR)/newrole
/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/
DMakefile91 /sbin/restorecon $(DESTDIR)$(SHLIBDIR)/$(LIBSO)
/external/cpuinfo/test/dmesg/
Dlg-k10-eu.log1521 <11>[ 3.330554 / 01-16 01:35:57.439] init: SELinux restorecon_check_recursive restorecon:/sns
1522 <11>[ 3.332041 / 01-16 01:35:57.439] init: SELinux restorecon_check_recursive restorecon:/mpt
1523 <11>[ 3.336324 / 01-16 01:35:57.439] init: SELinux restorecon_check_recursive restorecon:/persist
1524 <11>[ 3.360936 / 01-16 01:35:57.469] init: SELinux restorecon_check_recursive restorecon:/sns
1525 <11>[ 3.361151 / 01-16 01:35:57.469] init: SELinux restorecon_check_recursive restorecon:/persis…
1526 <11>[ 3.361555 / 01-16 01:35:57.469] init: SELinux restorecon_check_recursive restorecon:/persis…
1527 <11>[ 3.361681 / 01-16 01:35:57.469] init: SELinux restorecon_check_recursive restorecon:/persis…
1528 <11>[ 3.365406 / 01-16 01:35:57.469] init: SELinux restorecon_check_recursive restorecon:/persis…
1529 <11>[ 3.369345 / 01-16 01:35:57.469] init: SELinux restorecon_check_recursive restorecon:/mpt
1530 <11>[ 3.369638 / 01-16 01:35:57.469] init: SELinux restorecon_check_recursive restorecon:/persist
[all …]
/external/selinux/policycoreutils/scripts/
Dfixfiles116 RESTORECON=/sbin/restorecon
/external/selinux/libsemanage/src/
DMakefile155 /sbin/restorecon $(DESTDIR)$(LIBDIR)/$(LIBSO)
/external/ltp/testcases/network/
DREADME.md35 /sbin/restorecon -v /root/.rhosts
/external/toybox/
DAndroid.bp142 "toys/android/restorecon.c",
357 "restorecon",

1234567