Home
last modified time | relevance | path

Searched refs:chown (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.6.21/tools/testing/selftests/cgroup/
Dtest_cpuset.c108 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()
Dtest_core.c711 if (chown(cg_test_a_procs, test_euid, -1) || in test_cgcore_lesser_euid_open()
712 chown(cg_test_b_procs, test_euid, -1)) in test_cgcore_lesser_euid_open()
796 if (chown(cg_test_a_procs, test_euid, -1) || in test_cgcore_lesser_ns_open()
797 chown(cg_test_b_procs, test_euid, -1)) in test_cgcore_lesser_ns_open()
/linux-6.6.21/tools/testing/selftests/capabilities/
Dtest_execve.c238 if (chown("validate_cap_suidroot", 0, -1) != 0) in do_tests()
245 if (chown("validate_cap_suidnonroot", uid + 1, -1) != 0) in do_tests()
252 if (chown("validate_cap_sgidroot", -1, 0) != 0) in do_tests()
259 if (chown("validate_cap_sgidnonroot", -1, gid + 1) != 0) in do_tests()
/linux-6.6.21/tools/perf/trace/strace/groups/
Dstring6 chown
/linux-6.6.21/fs/hostfs/
Dhostfs_user.c213 } else if (chown(file, attrs->ia_uid, -1)) { in set_attr()
221 } else if (chown(file, -1, attrs->ia_gid)) { in set_attr()
/linux-6.6.21/Documentation/translations/zh_TW/filesystems/
Dtmpfs.rst120 這些選項對remount沒有任何影響。您可以通過chmod(1),chown(1)和chgrp(1)的更改
/linux-6.6.21/Documentation/translations/zh_CN/filesystems/
Dtmpfs.rst119 这些选项对remount没有任何影响。您可以通过chmod(1),chown(1)和chgrp(1)的更改
/linux-6.6.21/Documentation/filesystems/
Dhpfs.rst54 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
Ddnotify.rst25 changed (chmod,chown)
/linux-6.6.21/scripts/package/
Dbuilddeb43 chown -R root:root "$pdir"
/linux-6.6.21/arch/sparc/kernel/syscalls/
Dsyscall.tbl25 13 32 chown sys_chown16
26 13 64 chown sys_chown
/linux-6.6.21/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl173 182 32 chown - sys_chown16
219 212 64 chown sys_chown -
/linux-6.6.21/arch/s390/kernel/syscalls/
Dsyscall.tbl173 182 32 chown - sys_chown16
219 212 64 chown sys_chown -
/linux-6.6.21/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py360 os.chown(path, int(uid), int(gid))
/linux-6.6.21/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c1016 ASSERT_EQ(chown("/tmp/B/b", 0, 0), 0); in FIXTURE_SETUP()
1023 ASSERT_EQ(chown("/tmp/B/BB/b", 0, 0), 0); in FIXTURE_SETUP()
/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl100 90 n64 chown sys_chown
/linux-6.6.21/arch/ia64/kernel/syscalls/
Dsyscall.tbl27 15 common chown sys_chown
/linux-6.6.21/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl100 90 n64 chown sys_chown
Dsyscall_n32.tbl100 90 n32 chown sys_chown
/linux-6.6.21/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl103 92 common chown sys_chown
/linux-6.6.21/arch/xtensa/kernel/syscalls/
Dsyscall.tbl56 45 common chown sys_chown
/linux-6.6.21/arch/x86/entry/syscalls/
Dsyscall_64.tbl103 92 common chown sys_chown
/linux-6.6.21/tools/include/nolibc/
Dsys.h164 int chown(const char *path, uid_t owner, gid_t group) in chown() function
/linux-6.6.21/arch/m68k/kernel/syscalls/
Dsyscall.tbl26 16 common chown sys_chown16
/linux-6.6.21/arch/parisc/kernel/syscalls/
Dsyscall.tbl200 180 common chown sys_chown

12