/external/selinux/policycoreutils/setfiles/ |
D | Makefile | 20 all: setfiles restorecon man 24 restorecon: setfiles target 25 ln -sf setfiles restorecon 29 @cp -af restorecon.8 restorecon.8.man 30 @sed -i "s/STAR_COUNT/$(PROGRESS_STEP)/g" setfiles.8.man restorecon.8.man 37 (cd $(SBINDIR) && ln -sf setfiles restorecon) 39 install -m 644 restorecon.8.man $(MANDIR)/man8/restorecon.8 42 rm -f setfiles restorecon *.o setfiles.8.man restorecon.8.man 48 $(SBINDIR)/restorecon $(SBINDIR)/setfiles
|
D | .gitignore | 1 restorecon.8.man
|
/external/openssh/contrib/redhat/ |
D | sshd.init | 42 if [ -x /sbin/restorecon ]; then 43 /sbin/restorecon /etc/ssh/ssh_host_key.pub 44 /sbin/restorecon /etc/ssh/ssh_host_rsa_key.pub 45 /sbin/restorecon /etc/ssh/ssh_host_dsa_key.pub 46 /sbin/restorecon /etc/ssh/ssh_host_ecdsa_key.pub
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 1 * setfiles/restorecon: fix -r/-R option, from Petr Lautrbach. 78 * restorecon GLOB_BRACE change from Michal Trunecka. 107 * Add support for systemd service for restorecon from Dan Walsh. 153 * setfiles/restorecon minor improvements 156 * restorecon: only update type by default 160 * Make restorecon return 0 when a file has changed context 181 * fixfiles: tell restorecon to ignore missing paths 252 * restorecon: Always check return code on asprintf 355 * put -p in help for restorecon and 377 * restorecon fix for bad inotify assumptions [all …]
|
D | .gitignore | 14 setfiles/restorecon
|
/external/selinux/libselinux/src/ |
D | selinuxswig_python.i | 17 def restorecon(path, recursive=False): 36 restorecon(os.path.join(root, name)) 49 restorecon(dest, recursive=True) 54 restorecon(dest, recursive=True)
|
/external/selinux/policycoreutils/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/policycoreutils/sepolicy/sepolicy/ |
D | sedbus.py | 18 def restorecon (self, path): member in SELinuxDBus 19 ret = self.dbus_object.restorecon(path, dbus_interface = "org.selinux")
|
/external/selinux/checkpolicy/ |
D | Makefile | 56 /sbin/restorecon $(BINDIR)/checkpolicy 57 /sbin/restorecon $(BINDIR)/checkmodule
|
/external/libselinux/ |
D | README.android | 50 * restorecon functionality, including recursive restorecon, has been 53 the last restorecon,
|
/external/selinux/policycoreutils/sepolicy/sepolicy/templates/ |
D | semodule.py | 30 restorecon=""" variable
|
D | script.py | 82 restorecon="""\ variable
|
/external/sepolicy/ |
D | init.te | 12 # init direct restorecon calls. 23 # Remove /dev/.booting, created before initial policy load or restorecon /dev. 90 # restorecon /adb_keys or any other rootfs files to a more specific type. 93 # mkdir, symlink, write, rm/rmdir, chown/chmod, restorecon/restorecon_recursive from init.rc files. 176 # the directory as part of a recursive restorecon. 181 # the directory as part of a recursive restorecon.
|
D | installd.te | 45 # restorecon new /data/media directory.
|
/external/selinux/policycoreutils/sepolicy/ |
D | selinux_server.py | 65 def restorecon(self, path): member in selinux_server 66 selinux.restorecon(str(path), recursive=1)
|
/external/selinux/policycoreutils/load_policy/ |
D | Makefile | 31 /sbin/restorecon $(SBINDIR)/load_policy
|
/external/selinux/policycoreutils/run_init/ |
D | Makefile | 52 /sbin/restorecon $(SBINDIR)/run_init $(SBINDIR)/open_init_pty
|
/external/selinux/policycoreutils/restorecond/ |
D | Makefile | 46 /sbin/restorecon $(SBINDIR)/restorecond
|
/external/selinux/libsepol/src/ |
D | Makefile | 76 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
|
/external/selinux/policycoreutils/newrole/ |
D | Makefile | 85 /sbin/restorecon $(BINDIR)/newrole
|
/external/selinux/policycoreutils/mcstrans/share/util/ |
D | try-all | 58 restorecon -rv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.d >/dev/null
|
/external/toybox/ |
D | Android.mk | 64 toys/android/restorecon.c \ 297 restorecon \
|
/external/selinux/policycoreutils/scripts/ |
D | fixfiles | 128 RESTORECON=/sbin/restorecon
|
/external/selinux/libsemanage/src/ |
D | Makefile | 159 /sbin/restorecon $(LIBDIR)/$(LIBSO)
|