/external/selinux/policycoreutils/setfiles/ |
D | Makefile | 18 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/ |
D | sshd.init | 42 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/ |
D | selinuxswig_python.i | 23 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/ |
D | system_relabel.txt | 6 Note: Sometimes a simple restorecon is all you need to fix the labels on a file or directory. 10 # restorecon -R -v PATHTODISK
|
D | file_equiv.txt | 9 …ubstitution when ever the matchpathcon function is called. Tools like restorecon/rpm/udev and oth…
|
/external/selinux/python/sepolicy/sepolicy/ |
D | sedbus.py | 20 def restorecon(self, path): member in SELinuxDBus 21 ret = self.dbus_object.restorecon(path, dbus_interface="org.selinux")
|
/external/selinux/checkpolicy/ |
D | Makefile | 67 /sbin/restorecon $(DESTDIR)$(BINDIR)/checkpolicy 68 /sbin/restorecon $(DESTDIR)$(BINDIR)/checkmodule
|
/external/selinux/python/sepolicy/sepolicy/templates/ |
D | semodule.py | 30 restorecon=""" variable
|
D | script.py | 82 restorecon="""\ variable
|
/external/selinux/ |
D | README.android | 36 * restorecon functionality, including recursive restorecon, has been
|
/external/selinux/policycoreutils/ |
D | .gitignore | 8 setfiles/restorecon
|
/external/selinux/dbus/ |
D | selinux_server.py | 67 def restorecon(self, path): member in selinux_server 68 selinux.restorecon(str(path), recursive=1)
|
/external/libese/esed/ |
D | esed.rc | 8 restorecon /data/vendor/ese
|
/external/selinux/policycoreutils/load_policy/ |
D | Makefile | 35 /sbin/restorecon $(DESTDIR)$(SBINDIR)/load_policy
|
/external/selinux/policycoreutils/run_init/ |
D | Makefile | 59 /sbin/restorecon $(DESTDIR)$(SBINDIR)/run_init $(DESTDIR)$(SBINDIR)/open_init_pty
|
/external/ltp/testcases/network/stress/ssh/ |
D | ssh-stress.sh | 98 local rc=$(which restorecon)
|
/external/selinux/restorecond/ |
D | Makefile | 54 /sbin/restorecon $(DESTDIR)$(SBINDIR)/restorecond
|
/external/selinux/policycoreutils/newrole/ |
D | Makefile | 92 /sbin/restorecon $(DESTDIR)$(BINDIR)/newrole
|
/external/selinux/mcstrans/share/util/ |
D | try-all | 58 restorecon -rv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.d >/dev/null
|
/external/selinux/libsepol/src/ |
D | Makefile | 91 /sbin/restorecon $(DESTDIR)$(SHLIBDIR)/$(LIBSO)
|
/external/cpuinfo/test/dmesg/ |
D | lg-k10-eu.log | 1521 <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/ |
D | fixfiles | 116 RESTORECON=/sbin/restorecon
|
/external/selinux/libsemanage/src/ |
D | Makefile | 155 /sbin/restorecon $(DESTDIR)$(LIBDIR)/$(LIBSO)
|
/external/ltp/testcases/network/ |
D | README.md | 35 /sbin/restorecon -v /root/.rhosts
|
/external/toybox/ |
D | Android.bp | 142 "toys/android/restorecon.c", 357 "restorecon",
|