Home
last modified time | relevance | path

Searched refs:restorecon (Results 1 – 25 of 160) 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/selinux/policycoreutils/
DChangeLog22 * 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.gitignore14 setfiles/restorecon
/external/selinux/libselinux/src/
Dselinuxswig_python.i17 def restorecon(path, recursive=False):
41 restorecon(os.path.join(root, name))
54 restorecon(dest, recursive=True)
59 restorecon(dest, recursive=True)
DMakefile167 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
/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.py20 def restorecon(self, path): member in SELinuxDBus
21 ret = self.dbus_object.restorecon(path, dbus_interface="org.selinux")
Dgenerate.py1158 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/
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/selinux/policycoreutils/sepolicy/
Dselinux_server.py67 def restorecon(self, path): member in selinux_server
68 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/policycoreutils/newrole/
DMakefile85 /sbin/restorecon $(BINDIR)/newrole
/external/selinux/libsepol/src/
DMakefile76 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
/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.mk66 toys/android/restorecon.c \
322 restorecon \
/external/selinux/policycoreutils/scripts/
Dfixfiles128 RESTORECON=/sbin/restorecon
/external/selinux/libsemanage/src/
DMakefile159 /sbin/restorecon $(LIBDIR)/$(LIBSO)
/external/selinux/libselinux/
DChangeLog12 * 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.

1234567