/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/selinux/policycoreutils/ |
D | ChangeLog | 22 * setfiles/restorecon: fix -r/-R option, from Petr Lautrbach. 99 * restorecon GLOB_BRACE change from Michal Trunecka. 128 * Add support for systemd service for restorecon from Dan Walsh. 174 * setfiles/restorecon minor improvements 177 * restorecon: only update type by default 181 * Make restorecon return 0 when a file has changed context 202 * fixfiles: tell restorecon to ignore missing paths 273 * restorecon: Always check return code on asprintf 376 * put -p in help for restorecon and 398 * 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): 41 restorecon(os.path.join(root, name)) 54 restorecon(dest, recursive=True) 59 restorecon(dest, recursive=True)
|
D | Makefile | 167 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
|
/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 | 20 def restorecon(self, path): member in SELinuxDBus 21 ret = self.dbus_object.restorecon(path, dbus_interface="org.selinux")
|
D | generate.py | 1158 newsh += re.sub("FILENAME", self.program, script.restorecon) 1160 newsh += re.sub("FILENAME", self.initscript, script.restorecon) 1163 newsh += re.sub("FILENAME", i, script.restorecon) 1166 newsh += re.sub("FILENAME", i, script.restorecon)
|
/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/selinux/policycoreutils/sepolicy/ |
D | selinux_server.py | 67 def restorecon(self, path): member in selinux_server 68 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/policycoreutils/newrole/ |
D | Makefile | 85 /sbin/restorecon $(BINDIR)/newrole
|
/external/selinux/libsepol/src/ |
D | Makefile | 76 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
|
/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 | 66 toys/android/restorecon.c \ 322 restorecon \
|
/external/selinux/policycoreutils/scripts/ |
D | fixfiles | 128 RESTORECON=/sbin/restorecon
|
/external/selinux/libsemanage/src/ |
D | Makefile | 159 /sbin/restorecon $(LIBDIR)/$(LIBSO)
|
/external/selinux/libselinux/ |
D | ChangeLog | 12 * Fix restorecon when path has no context, from Nir Soffer. 260 * make python bindings for restorecon work on relative path 389 * add restorecon to python bindings from Dan Walsh. 1070 * Changed relabel Makefile target to use restorecon.
|