Searched refs:everyone (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_001_pos.ksh | 51 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 D | zfs_allow_005_pos.ksh | 55 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 D | zfs_unallow_001_neg.ksh | 54 log_mustnot zfs unallow everyone $TESTPOOL/$TESTFS/allowed
|
| H A D | setup.ksh | 112 log_must zfs allow everyone create $TESTPOOL/$TESTFS/allowed
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/acl/ |
| H A D | acl_common.h | 43 uint32_t everyone; /* allow mask matching mode */ member
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 1594 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 D | zfs_acl.c | 1189 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 D | COPYING | 44 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 D | gpl-2.0.txt | 44 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 D | lgpl-2.1.txt | 464 everyone can redistribute and change. You can do so by permitting
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | THIRDPARTYLICENSE.gplv2 | 44 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 D | LICENSE | 154 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 D | zfs_main.c | 5574 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 D | zfs_acl.c | 1425 zfs_set_ace(aclp, zacep, masks.everyone, ALLOW, -1, ACE_EVERYONE); in zfs_acl_chmod()
|