Home
last modified time | relevance | path

Searched refs:setuid (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh80 setuid on setuid off
108 setuid on setuid off
136 setuid on setuid off
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh61 devices exec volsize setuid readonly snapdir userprop \
67 devices exec volsize setuid readonly snapdir userprop \
73 devices exec volsize setuid readonly snapdir userprop \
H A Dzfs_allow_010_pos.ksh81 setuid true false \
118 setuid true false \
150 setuid true false \
H A Ddelegate_common.kshlib274 atime|exec|devices|setuid|xattr)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg37 recordsize reservation setuid \
62 recordsize reservation setuid \
89 recordsize reservation setuid sharenfs \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/chg_usr_exec/
H A Dchg_usr_exec.c66 if (setuid(ppw->pw_uid) != 0) { in main()
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in50 setuid|nbmand|encroot|keylocation|org.openzfs.systemd:requires| \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh52 sharenfs checksum compression atime devices exec readonly setuid \
H A Dzfs_get_008_pos.ksh55 checksum compression atime devices exec readonly setuid snapdir \
H A Dzfs_get_009_pos.ksh57 sharenfs checksum compression atime devices exec readonly setuid \
H A Dzfs_get_001_pos.ksh61 sharenfs checksum compression atime devices exec readonly setuid \
H A Dzfs_get_005_neg.ksh50 compression atime devices exec readonly setuid snapdir version \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/suid/
H A Dsuid_write_to_file.c74 if (setuid(65534) == -1) { in test_stat_mode()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/user_ns_exec/
H A Duser_ns_exec.c65 if (setuid(0) != 0) { in child_main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh129 rand_set_prop $fs setuid "on" "off"
/f-stack/freebsd/kern/
H A Dcapabilities.conf669 setuid
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp43 props['setuid'] = {{'on', 'default'}, {'on', 'default'}}
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib95 typeset -a binary_props=('atime' 'devices' 'exec' 'readonly' 'setuid' 'xattr')
H A Dlibtest.shlib652 log_must zfs set setuid=on $fs
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c613 boolean_t setuid = B_FALSE; in zfs_register_callbacks() local
650 setuid = B_FALSE; in zfs_register_callbacks()
653 setuid = B_TRUE; in zfs_register_callbacks()
753 setuid_changed_cb(zfsvfs, setuid); in zfs_register_callbacks()
/f-stack/tools/libutil/
H A Dlogin_class.c538 if ((flags & LOGIN_SETUSER) && setuid(uid) != 0) { in setusercontext()
H A Dpw_util.c313 if (setuid(getuid()) == -1) in pw_edit()
/f-stack/freebsd/sys/
H A Dsyscall.mk24 setuid.o \
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c1073 if (setuid(ccf->user) == -1) { in ngx_worker_process_init()