/kernel/liteos_a/tools/scripts/make_rootfs/ |
H A D | rootfsimg.sh | 53 chmod -R 755 ${ROOTFS_DIR} 55 chmod 700 ${ROOTFS_DIR}/bin/init 2> /dev/null 58 chmod 700 ${ROOTFS_DIR}/bin/shell 2> /dev/null
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_ipc_004.cpp | 59 ret = chmod(fullPath.c_str(), mode); in ItProcessPlimitsIpc004() 65 ret = chmod(fullPath.c_str(), mode); in ItProcessPlimitsIpc004()
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | Makefile | 24 chmod +x $@ 29 chmod -x $@
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | Makefile | 25 chmod +x $@ 30 chmod -x $@
|
H A D | binfmt_script.py | 65 os.chmod(binary, 0o755) 73 os.chmod(script, 0o755)
|
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 240 if (chmod("validate_cap_suidroot", S_ISUID | 0700) != 0) in do_tests() 241 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests() 247 if (chmod("validate_cap_suidnonroot", S_ISUID | 0700) != 0) in do_tests() 248 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests() 254 if (chmod("validate_cap_sgidroot", S_ISGID | 0710) != 0) in do_tests() 255 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests() 261 if (chmod("validate_cap_sgidnonroot", S_ISGID | 0710) != 0) in do_tests() 262 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests()
|
/kernel/linux/linux-5.10/scripts/package/ |
H A D | builddeb | 45 chmod -R go-w "$pdir" 47 chmod -R a+rX "$pdir" 49 chmod -R ug-s "$pdir" 208 chmod 755 "$tmpdir/DEBIAN/$script"
|
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 240 if (chmod("validate_cap_suidroot", S_ISUID | 0700) != 0) in do_tests() 241 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests() 247 if (chmod("validate_cap_suidnonroot", S_ISUID | 0700) != 0) in do_tests() 248 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests() 254 if (chmod("validate_cap_sgidroot", S_ISGID | 0710) != 0) in do_tests() 255 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests() 261 if (chmod("validate_cap_sgidnonroot", S_ISGID | 0710) != 0) in do_tests() 262 ksft_exit_fail_msg("chmod - %s\n", strerror(errno)); in do_tests()
|
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | Makefile | 10 chmod -x $@
|
/kernel/linux/build/test/moduletest/runtest/bin/purgeable_t/testcases/bin/ |
H A D | purgeable_mem03.sh | 39 (cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/dev/null &)
|
H A D | purgeable_mem02.sh | 39 (cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/dev/null &)
|
H A D | purgeable_mem01.sh | 39 (cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test >mylog.log)
|
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | helpers.h | 75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | helpers.h | 75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | builddeb | 47 chmod -R go-w,a+rX,ug-s "$pdir" 120 chmod 755 "${pdir}/DEBIAN/${script}"
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | user_syms.c | 76 EXPORT_SYMBOL_PROTO(chmod); variable
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 278 chmod +x $b2c
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_user.c | 204 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user.c | 205 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-remote.sh | 134 chmod +x $T/bin/kvm-remote-*.sh
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 211 sudo chmod a+x "${init_script}"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | veth.sh | 50 chmod go-rw $BASE
|
/kernel/linux/linux-6.6/scripts/ |
H A D | rust_is_available_test.py | 33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_other.c | 256 int chmod(const char *path, mode_t mode) in chmod() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 282 chmod +x $(BUILD_PATH)/musl-gcc
|