Home
last modified time | relevance | path

Searched refs:everyone (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_001_pos.ksh51 del_user everyone
54 del_group everyone
68 if ! id everyone > /dev/null 2>&1; then
70 log_must add_user $STAFF_GROUP everyone
73 log_must zfs allow everyone $perms $dtst
78 log_must del_user everyone
86 log_must add_group everyone
90 log_must zfs allow everyone $perms $dtst
95 log_must del_group everyone
H A Dzfs_allow_005_pos.ksh55 log_must zfs allow -l everyone create,mount $ROOT_TESTFS
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_unallow_001_neg.ksh54 log_mustnot zfs unallow everyone $TESTPOOL/$TESTFS/allowed
H A Dsetup.ksh112 log_must zfs allow everyone create $TESTPOOL/$TESTFS/allowed
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/acl/
H A Dacl_common.h43 uint32_t everyone; /* allow mask matching mode */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1594 masks->everyone = ACE_READ_ACL|ACE_READ_ATTRIBUTES|ACE_READ_NAMED_ATTRS| in acl_trivial_access_masks()
1597 masks->everyone |= read_mask; in acl_trivial_access_masks()
1599 masks->everyone |= write_mask; in acl_trivial_access_masks()
1601 masks->everyone |= execute_mask; in acl_trivial_access_masks()
1641 SET_ACE(acl, index, -1, masks.everyone, ACE_ACCESS_ALLOWED_ACE_TYPE, in acl_trivial_create()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1189 uint32_t everyone; /* allow mask matching mode */ member
1246 masks->everyone = ACE_READ_ACL|ACE_READ_ATTRIBUTES|ACE_READ_NAMED_ATTRS| in acl_trivial_access_masks()
1249 masks->everyone |= read_mask; in acl_trivial_access_masks()
1251 masks->everyone |= write_mask; in acl_trivial_access_masks()
1253 masks->everyone |= execute_mask; in acl_trivial_access_masks()
1593 zfs_set_ace(aclp, zacep, masks.everyone, ALLOW, -1, ACE_EVERYONE); in zfs_acl_chmod()
/f-stack/freebsd/contrib/zstd/
H A DCOPYING44 that everyone understands that there is no warranty for this free
54 patent must be licensed for everyone's free use or not licensed at all.
286 free software which everyone can redistribute and change under these terms.
/f-stack/dpdk/license/
H A Dgpl-2.0.txt44 that everyone understands that there is no warranty for this free
54 patent must be licensed for everyone's free use or not licensed at all.
286 free software which everyone can redistribute and change under these terms.
H A Dlgpl-2.1.txt464 everyone can redistribute and change. You can do so by permitting
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv244 that everyone understands that there is no warranty for this free
54 patent must be licensed for everyone's free use or not licensed at all.
286 free software which everyone can redistribute and change under these terms.
/f-stack/
H A DLICENSE154 Also, for each author's protection and ours, we want to make certain that everyone understands that…
156 …revent this, we have made it clear that any patent must be licensed for everyone's free use or not…
226 … public, the best way to achieve this is to make it free software which everyone can redistribute …
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5574 boolean_t everyone; member
5680 int uge_sum = opts->user + opts->group + opts->everyone; in parse_allow_args()
5711 } else if (opts->everyone) { in parse_allow_args()
5718 opts->everyone = B_TRUE; in parse_allow_args()
5892 } else if (opts->everyone) { in construct_fsacl_list()
6184 opts.everyone = B_TRUE; in zfs_do_allow_unallow_impl()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1425 zfs_set_ace(aclp, zacep, masks.everyone, ALLOW, -1, ACE_EVERYONE); in zfs_acl_chmod()