/external/toybox/toys/other/ |
chcon.c | 0 /* chcon.c - Change file security context 5 USE_CHCON(NEWTOY(chcon, "<2hvR", TOYFLAG_USR|TOYFLAG_BIN)) 7 config CHCON 8 bool "chcon" 12 usage: chcon [-hRv] CONTEXT FILE... 31 if (toys.optflags & FLAG_v) printf("chcon '%s' to %s\n", path, con);
|
/external/selinux/policycoreutils/scripts/ |
chcat.8 | 47 chcon(1), selinux(8), semanage(8) 50 When operating on files this script wraps the chcon command.
|
chcat | 113 cmd = 'chcon -l %s' % sensitivity 133 cmd = 'chcon -l %s:%s %s' % (sensitivity, cat_string, f) 217 cmd = 'chcon -l %s %s' % (sensitivity, f) 219 cmd = 'chcon -l %s:%s %s' % (sensitivity, cat, f) 261 cmd = 'chcon -l %s ' % newcat[0] 264 cmd = 'chcon -l %s:%s' % (sensitivity, newcat[1])
|
fixfiles | 272 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /tmp {} \; 273 find /var/tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /var/tmp {} \; 274 find /var/run \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /var/run {} \; 275 [ ! -e /var/lib/debug ] || find /var/lib/debug \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /lib {} \;
|
/external/selinux/policycoreutils/mcstrans/man/man8/ |
mcs.8 | 27 selinux(8), chcon(1)
|
setrans.conf.8 | 101 selinux(8), mcs(8), mls(8), chcon(1)
|
/external/selinux/policycoreutils/secon/ |
secon.1 | 119 .B chcon
|
/external/compiler-rt/lib/asan/scripts/ |
asan_device_setup | 363 function install { # from, to, chmod, chcon 376 adb_shell chcon "$_context" "$_to/$_basename" 419 adb_shell chcon $CTX /system/bin/sh-from-zygote
|
/prebuilts/clang/host/darwin-x86/clang-2629532/bin/ |
asan_device_setup | 363 function install { # from, to, chmod, chcon 376 adb_shell chcon "$_context" "$_to/$_basename" 419 adb_shell chcon $CTX /system/bin/sh-from-zygote
|
/prebuilts/clang/host/darwin-x86/clang-2658975/bin/ |
asan_device_setup | 363 function install { # from, to, chmod, chcon 376 adb_shell chcon "$_context" "$_to/$_basename" 419 adb_shell chcon $CTX /system/bin/sh-from-zygote
|
/prebuilts/clang/host/darwin-x86/clang-2690385/bin/ |
asan_device_setup | 363 function install { # from, to, chmod, chcon 376 adb_shell chcon "$_context" "$_to/$_basename" 419 adb_shell chcon $CTX /system/bin/sh-from-zygote
|
/prebuilts/clang/host/linux-x86/clang-2629532/bin/ |
asan_device_setup | 363 function install { # from, to, chmod, chcon 376 adb_shell chcon "$_context" "$_to/$_basename" 419 adb_shell chcon $CTX /system/bin/sh-from-zygote
|
/prebuilts/clang/host/linux-x86/clang-2658975/bin/ |
asan_device_setup | 363 function install { # from, to, chmod, chcon 376 adb_shell chcon "$_context" "$_to/$_basename" 419 adb_shell chcon $CTX /system/bin/sh-from-zygote
|
/prebuilts/clang/host/linux-x86/clang-2690385/bin/ |
asan_device_setup | 363 function install { # from, to, chmod, chcon 376 adb_shell chcon "$_context" "$_to/$_basename" 419 adb_shell chcon $CTX /system/bin/sh-from-zygote
|
/external/toybox/ |
Android.mk | 86 toys/other/chcon.c \ 246 chcon \
|
Config.in | 56 SELinux-specific commands such as chcon to the Android menu.
|
/external/selinux/libselinux/src/ |
selinuxswig_python.i | 43 def chcon(path, context, recursive=False):
|
/external/selinux/policycoreutils/sandbox/ |
sandbox.8 | 24 If directories are specified with \-H or \-T the directory will have its context modified with chcon(1) unless a level is specified with \-l. If the MLS/MCS security level is specified, the user is responsible to set the correct labels.
|
sandbox | 428 selinux.chcon(self.__options.homedir, self.__filecon, recursive=True) 435 selinux.chcon(self.__options.tmpdir, self.__filecon, recursive=True)
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
manpage.py | 792 Note: File context can be temporarily modified with the chcon command. If you want to permanently change the file context you need to use the 879 selinux(8), %s(8), semanage(8), restorecon(8), chcon(1), sepolicy(8) [all...] |
/external/toybox/generated/ |
newtoys.h | 23 USE_CHCON(NEWTOY(chcon, "<2hvR", TOYFLAG_USR|TOYFLAG_BIN))
|
flags.h | 190 // chcon <2hvR <2hvR [all...] |
help.h | 23 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-specific commands such as chcon to the Android menu.\n\n" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 104 def chcon(path, context, recursive=False): function [all...] |
/external/selinux/libselinux/ |
ChangeLog | 310 * Adds a chcon method to the libselinux python bindings from Steve Lawrence [all...] |