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

  /external/ltp/testcases/network/stress/ftp/
ftp-upload-stress 60 tst_test_cmds chcon setsebool
63 chcon -R -t public_content_rw_t $FTP_UPLOAD_DIR || \
  /external/selinux/policycoreutils/scripts/
fixfiles 258 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /tmp {} \;
259 find /var/tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /var/tmp {} \;
260 find /var/run \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /var/run {} \;
261 [ ! -e /var/lib/debug ] || find /var/lib/debug \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /lib {} \;
  /external/ltp/testcases/kernel/fs/quota_remount/
quota_remount_test01.sh 92 chcon -t tmp_t $MNTDIR || die 2 "Could not change SELinux file type"
  /external/selinux/libselinux/src/
selinuxswig_python.i 46 def chcon(path, context, recursive=False):
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 377 function install { # from, to, chmod, chcon
390 adb_shell chcon "$_context" "$_to/$_basename"
433 adb_shell chcon $CTX /system/bin/sh-from-zygote
  /external/selinux/sandbox/
sandbox 445 selinux.chcon(self.__homedir, self.__filecon, recursive=True)
446 selinux.chcon(self.__tmpdir, self.__filecon, recursive=True)
  /external/toybox/generated/
newtoys.h 25 USE_CHCON(NEWTOY(chcon, "<2hvR", TOYFLAG_USR|TOYFLAG_BIN))
flags.h 217 // chcon <2hvR <2hvR
    [all...]

Completed in 323 milliseconds