Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A 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()
H A Dtest_core.c713 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 Dtest_execve.c230 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 Dtest_ownership.tc44 chown $other_owner $file
50 chown $original_owner $file
/linux/tools/perf/trace/strace/groups/
H A Dstring6 chown
/linux/fs/hostfs/
H A Dhostfs_user.c214 } 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 Dtmpfs.rst119 这些选项对remount没有任何影响。您可以通过chmod(1),chown(1)和chgrp(1)的更改
/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst119 這些選項對remount沒有任何影響。您可以通過chmod(1),chown(1)和chgrp(1)的更改
/linux/Documentation/filesystems/
H A 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
H A Ddnotify.rst25 changed (chmod,chown)
H A Didmappings.rst576 ``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 Dsyscall.tbl173 182 32 chown - sys_chown16
219 212 64 chown sys_chown -
/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py360 os.chown(path, int(uid), int(gid))
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl100 90 n64 chown sys_chown
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl104 92 common chown sys_chown
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl104 92 common chown sys_chown
H A Dsyscall_32.tbl197 182 i386 chown sys_chown16
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl237 181 common chown sys_chown
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py989 os.chown(fname, uid=int(os.getenv('SUDO_UID')),
/linux/fs/
H A Dopen.c831 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1051 Then you need to chown to yourself all the files in that directory
1054 # find . -uid 0 -exec chown jdike {} \;