Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/exec/
DMakefile24 chmod +x $@
29 chmod -x $@
Dbinfmt_script65 os.chmod(binary, 0o755)
73 os.chmod(script, 0o755)
/tools/perf/trace/strace/groups/
Dfile2 chmod
Dstring5 chmod
/tools/testing/selftests/capabilities/
Dtest_execve.c240 if (chmod("validate_cap_suidroot", S_ISUID | 0700) != 0) in do_tests()
247 if (chmod("validate_cap_suidnonroot", S_ISUID | 0700) != 0) in do_tests()
254 if (chmod("validate_cap_sgidroot", S_ISGID | 0710) != 0) in do_tests()
261 if (chmod("validate_cap_sgidnonroot", S_ISGID | 0710) != 0) in do_tests()
/tools/testing/selftests/powerpc/nx-gzip/
DREADME7 sudo chmod go+rw /dev/crypto/nx-gzip
8 However, chmod may not survive across boots. You may create a udev file such
/tools/testing/selftests/openat2/
Dhelpers.h75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
/tools/perf/Documentation/
Dandroid.txt65 chmod +x /tmp/perf-archive
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl101 90 common chmod sys_chmod
/tools/testing/selftests/wireguard/qemu/
DMakefile282 chmod +x $(BUILD_PATH)/musl-gcc
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl25 15 common chmod sys_chmod compat_sys_chmod
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl27 15 common chmod sys_chmod
/tools/include/nolibc/
Dnolibc.h1819 int chmod(const char *path, mode_t mode) in chmod() function