Home
last modified time | relevance | path

Searched refs:chmod (Results 1 - 25 of 32) sorted by relevance

12

/kernel/liteos_a/tools/scripts/make_rootfs/
H A Drootfsimg.sh53 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 DIt_process_plimits_ipc_004.cpp59 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 DMakefile24 chmod +x $@
29 chmod -x $@
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A DMakefile25 chmod +x $@
30 chmod -x $@
H A Dbinfmt_script.py65 os.chmod(binary, 0o755)
73 os.chmod(script, 0o755)
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/
H A Dtest_execve.c240 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 Dbuilddeb45 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 Dtest_execve.c240 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 DMakefile10 chmod -x $@
/kernel/linux/build/test/moduletest/runtest/bin/purgeable_t/testcases/bin/
H A Dpurgeable_mem03.sh39 (cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/dev/null &)
H A Dpurgeable_mem02.sh39 (cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/dev/null &)
H A Dpurgeable_mem01.sh39 (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 Dhelpers.h75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dhelpers.h75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
/kernel/linux/linux-6.6/scripts/package/
H A Dbuilddeb47 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 Duser_syms.c76 EXPORT_SYMBOL_PROTO(chmod); variable
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dvmtest.sh278 chmod +x $b2c
/kernel/linux/linux-5.10/fs/hostfs/
H A Dhostfs_user.c204 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs_user.c205 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh134 chmod +x $T/bin/kvm-remote-*.sh
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dvmtest.sh211 sudo chmod a+x "${init_script}"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dveth.sh50 chmod go-rw $BASE
/kernel/linux/linux-6.6/scripts/
H A Drust_is_available_test.py33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c256 int chmod(const char *path, mode_t mode) in chmod() function
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
H A DMakefile282 chmod +x $(BUILD_PATH)/musl-gcc

Completed in 10 milliseconds

12