HomeSort by relevance Sort by last modified time
    Searched full:restorecon (Results 1 - 25 of 28) sorted by null

1 2

  /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
  /device/samsung/manta/
init.manta.rc 42 restorecon /sys/class/rfkill/rfkill0/state
43 restorecon /sys/class/rfkill/rfkill0/type
67 restorecon /factory
68 restorecon /factory/bluetooth
69 restorecon /factory/bluetooth/bt_addr
70 restorecon /factory/FactoryApp
71 restorecon /factory/FactoryApp/
72 restorecon /factory/FactoryApp/baro_delta
73 restorecon /factory/FactoryApp/factorymode
74 restorecon /factory/FactoryApp/fdat
    [all...]
  /device/asus/grouper/
init.grouper.rc 26 restorecon /sys/devices/system/cpu
27 restorecon /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
28 restorecon /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
29 restorecon /sys/devices/system/cpu/cpufreq/interactive/boost
30 restorecon /sys/devices/system/cpu/cpufreq/interactive/boost_factor
31 restorecon /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
32 restorecon /sys/devices/system/cpu/cpufreq/interactive/go_maxspeed_load
33 restorecon /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
34 restorecon /sys/devices/system/cpu/cpufreq/interactive/input_boost
35 restorecon /sys/devices/system/cpu/cpufreq/interactive/io_is_bus
    [all...]
  /device/generic/goldfish/
init.goldfish.rc 18 restorecon /sys/qemu_trace/process_name
19 restorecon /sys/qemu_trace/state
20 restorecon /sys/qemu_trace/symbol
  /device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 27 restorecon /sys/qemu_trace/process_name
28 restorecon /sys/qemu_trace/state
29 restorecon /sys/qemu_trace/symbol
  /external/checkpolicy/
Makefile 56 /sbin/restorecon $(BINDIR)/checkpolicy
57 /sbin/restorecon $(BINDIR)/checkmodule
ChangeLog 374 * Changed relabel Makefile target to use restorecon.
  /system/core/init/
util.h 43 int restorecon(const char *pathname);
keywords.h 73 KEYWORD(restorecon, COMMAND, 1, do_restorecon)
util.c 496 int restorecon(const char *pathname) function
520 restorecon(filename);
init.c 1027 restorecon("/dev");
1028 restorecon("/dev/socket");
1029 restorecon("/dev/__properties__");
readme.txt 192 restorecon <path>
builtins.c 802 if (restorecon(args[i]) < 0)
  /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 " +
  /external/libsepol/src/
Makefile 50 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
  /system/core/toolbox/
Android.mk 64 restorecon \
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 70 if (!SELinux.restorecon(mDataDir)) {
71 Log.e(TAG, "SELinux restorecon failed for " + mDataDir);
  /system/core/rootdir/
init.rc 148 # We restorecon /cache in case the cache partition has been reset.
149 restorecon /cache
155 restorecon /cache/recovery
179 # We restorecon /data in case the userdata partition has been reset.
180 restorecon /data
  /frameworks/base/core/jni/
android_os_SELinux.cpp 414 ALOGV("restorecon(%p) => threw exception", pathname);
419 ALOGV("restorecon(%s) => %d", pathname.c_str(), ret);
  /frameworks/native/cmds/dumpstate/
utils.c 473 fprintf(stderr, "restorecon failed for %s: %s\n", anr_traces_dir, strerror(errno));
  /docs/source.android.com/src/devices/tech/security/
se-linux.jd 237 new <code>file_contexts</code>, you must run <code>restorecon</code> on the file
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 808 if (!SELinux.restorecon(mBaseStateDir)) {
809 Slog.e(TAG, "SELinux restorecon failed on " + mBaseStateDir);
    [all...]
WallpaperManagerService.java 782 if (!SELinux.restorecon(file)) {
    [all...]
  /external/libsepol/
ChangeLog 773 * Changed relabel Makefile target to use restorecon.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 469 SELinux.restorecon(mDownloadsDataDir.getCanonicalPath());
    [all...]

Completed in 673 milliseconds

1 2