HomeSort by relevance Sort by last modified time
    Searched refs:restorecon (Results 1 - 14 of 14) sorted by null

  /external/openssh/contrib/redhat/
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
  /frameworks/base/core/java/android/os/
SELinux.java 139 public static boolean restorecon(String pathname) throws NullPointerException { method in class:SELinux
167 public static boolean restorecon(File file) throws NullPointerException { method in class:SELinux
171 Slog.e(TAG, "Error getting canonical path. Restorecon failed for " +
  /system/core/init/
util.h 43 int restorecon(const char *pathname);
keywords.h 70 KEYWORD(restorecon, COMMAND, 1, do_restorecon)
init.c 912 restorecon("/dev");
913 restorecon("/dev/socket");
util.c 493 int restorecon(const char *pathname) function
builtins.c 756 if (restorecon(args[i]) < 0)
  /external/checkpolicy/
Makefile 56 /sbin/restorecon $(BINDIR)/checkpolicy
57 /sbin/restorecon $(BINDIR)/checkmodule
  /external/libsepol/src/
Makefile 49 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 84 if (!SELinux.restorecon(BASE)) {
85 throw new AssertionError("Couldn't restorecon " + BASE + ".");
ActivityManagerService.java     [all...]
  /system/core/toolbox/
Android.mk 68 restorecon \
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 754 if (!SELinux.restorecon(file)) {
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 447 milliseconds