Searched refs:chmod (Results 1 – 13 of 13) sorted by relevance
24 chmod +x $@29 chmod -x $@
65 os.chmod(binary, 0o755)73 os.chmod(script, 0o755)
2 chmod
5 chmod
240 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()
7 sudo chmod go+rw /dev/crypto/nx-gzip8 However, chmod may not survive across boots. You may create a udev file such
75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
65 chmod +x /tmp/perf-archive
101 90 common chmod sys_chmod
282 chmod +x $(BUILD_PATH)/musl-gcc
25 15 common chmod sys_chmod compat_sys_chmod
27 15 common chmod sys_chmod
1819 int chmod(const char *path, mode_t mode) in chmod() function