/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset.c | 108 if (chown(child_src_procs, test_euid, -1) || in test_cpuset_perms_object() 109 chown(child_dst_procs, test_euid, -1)) in test_cpuset_perms_object() 112 if (allow && chown(parent_procs, test_euid, -1)) in test_cpuset_perms_object() 197 if (chown(parent_procs, test_euid, -1) || in test_cpuset_perms_subtree() 198 chown(parent_subctl, test_euid, -1) || in test_cpuset_perms_subtree() 199 chown(child_procs, test_euid, -1)) in test_cpuset_perms_subtree()
|
H A D | test_core.c | 713 if (chown(cg_test_a_procs, test_euid, -1) || in test_cgcore_lesser_euid_open() 714 chown(cg_test_b_procs, test_euid, -1)) in test_cgcore_lesser_euid_open() 801 if (chown(cg_test_a_procs, test_euid, -1) || in test_cgcore_lesser_ns_open() 802 chown(cg_test_b_procs, test_euid, -1)) in test_cgcore_lesser_ns_open()
|
/linux/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 230 if (chown("validate_cap_suidroot", 0, -1) != 0) in do_tests() 237 if (chown("validate_cap_suidnonroot", uid + 1, -1) != 0) in do_tests() 244 if (chown("validate_cap_sgidroot", -1, 0) != 0) in do_tests() 251 if (chown("validate_cap_sgidnonroot", -1, gid + 1) != 0) in do_tests()
|
/linux/tools/testing/selftests/ftrace/test.d/00basic/ |
H A D | test_ownership.tc | 44 chown $other_owner $file 50 chown $original_owner $file
|
/linux/tools/perf/trace/strace/groups/ |
H A D | string | 6 chown
|
/linux/fs/hostfs/ |
H A D | hostfs_user.c | 214 } else if (chown(file, attrs->ia_uid, -1)) { in set_attr() 222 } else if (chown(file, -1, attrs->ia_gid)) { in set_attr()
|
/linux/Documentation/translations/zh_CN/filesystems/ |
H A D | tmpfs.rst | 119 这些选项对remount没有任何影响。您可以通过chmod(1),chown(1)和chgrp(1)的更改
|
/linux/Documentation/translations/zh_TW/filesystems/ |
H A D | tmpfs.rst | 119 這些選項對remount沒有任何影響。您可以通過chmod(1),chown(1)和chgrp(1)的更改
|
/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 54 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem. 83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended 88 something like 'chown luser file; chown root file' the file will contain 104 attribute named "SYMLINK" with symlink value. Like on ext2, you can chown and
|
H A D | dnotify.rst | 25 changed (chmod,chown)
|
H A D | idmappings.rst | 576 ``chown()``. For example, they could change ownership so that ``dir`` and all 667 based on a ``vfsuid_t`` or ``vfsgid_t`` type, e.g., during ``chown()`` we can
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 173 182 32 chown - sys_chown16 219 212 64 chown sys_chown -
|
/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 360 os.chown(path, int(uid), int(gid))
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 100 90 n64 chown sys_chown
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 104 92 common chown sys_chown
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 104 92 common chown sys_chown
|
H A D | syscall_32.tbl | 197 182 i386 chown sys_chown16
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 237 181 common chown sys_chown
|
/linux/Documentation/filesystems/spufs/ |
H A D | spufs.rst | 55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
|
/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 989 os.chown(fname, uid=int(os.getenv('SUDO_UID')),
|
/linux/fs/ |
H A D | open.c | 831 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1051 Then you need to chown to yourself all the files in that directory 1054 # find . -uid 0 -exec chown jdike {} \;
|