Home
last modified time | relevance | path

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

1234567

/external/selinux/policycoreutils/setfiles/
DMakefile20 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.gitignore1 restorecon.8.man
/external/openssh/contrib/redhat/
Dsshd.init42 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/
DChangeLog1 * 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.gitignore14 setfiles/restorecon
/external/selinux/libselinux/src/
Dselinuxswig_python.i17 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/
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/policycoreutils/sepolicy/sepolicy/
Dsedbus.py18 def restorecon (self, path): member in SELinuxDBus
19 ret = self.dbus_object.restorecon(path, dbus_interface = "org.selinux")
/external/selinux/checkpolicy/
DMakefile56 /sbin/restorecon $(BINDIR)/checkpolicy
57 /sbin/restorecon $(BINDIR)/checkmodule
/external/libselinux/
DREADME.android50 * restorecon functionality, including recursive restorecon, has been
53 the last restorecon,
/external/selinux/policycoreutils/sepolicy/sepolicy/templates/
Dsemodule.py30 restorecon=""" variable
Dscript.py82 restorecon="""\ variable
/external/sepolicy/
Dinit.te12 # 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.
Dinstalld.te45 # restorecon new /data/media directory.
/external/selinux/policycoreutils/sepolicy/
Dselinux_server.py65 def restorecon(self, path): member in selinux_server
66 selinux.restorecon(str(path), recursive=1)
/external/selinux/policycoreutils/load_policy/
DMakefile31 /sbin/restorecon $(SBINDIR)/load_policy
/external/selinux/policycoreutils/run_init/
DMakefile52 /sbin/restorecon $(SBINDIR)/run_init $(SBINDIR)/open_init_pty
/external/selinux/policycoreutils/restorecond/
DMakefile46 /sbin/restorecon $(SBINDIR)/restorecond
/external/selinux/libsepol/src/
DMakefile76 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
/external/selinux/policycoreutils/newrole/
DMakefile85 /sbin/restorecon $(BINDIR)/newrole
/external/selinux/policycoreutils/mcstrans/share/util/
Dtry-all58 restorecon -rv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.d >/dev/null
/external/toybox/
DAndroid.mk64 toys/android/restorecon.c \
297 restorecon \
/external/selinux/policycoreutils/scripts/
Dfixfiles128 RESTORECON=/sbin/restorecon
/external/selinux/libsemanage/src/
DMakefile159 /sbin/restorecon $(LIBDIR)/$(LIBSO)

1234567