| /freebsd/tests/sys/acl/ |
| H A D | tools-nfs4-psarc.test | 43 > owner@:rw-p--aARWcCos:-------:allow 44 > group@:r-----a-R-c--s:-------:allow 45 > everyone@:r-----a-R-c--s:-------:allow 48 > owner@:rw-p--aARWcCos:-------:allow 49 > group@:r-----a-R-c--s:-------:allow 50 > everyone@:r-----a-R-c--s:-------:allow 57 …ttributes/write_attributes/read_xattr/write_xattr/read_acl/write_acl/write_owner/synchronize::allow 58 > group@:read_data/read_attributes/read_xattr/read_acl/synchronize::allow 59 > everyone@:read_data/read_attributes/read_xattr/read_acl/synchronize::allow 62 $ setfacl -a2 u:0:write_acl:allow,g:1:read_acl:deny xxx [all …]
|
| H A D | tools-nfs4.test | 44 > owner@:rw-p---A-W-Co-:-------:allow 46 > group@:r-------------:-------:allow 48 > everyone@:r-----a-R-c--s:-------:allow 52 > owner@:rw-p---A-W-Co-:-------:allow 54 > group@:r-------------:-------:allow 56 > everyone@:r-----a-R-c--s:-------:allow 64 … owner@:read_data/write_data/append_data/write_attributes/write_xattr/write_acl/write_owner::allow 66 > group@:read_data::allow 68 > everyone@:read_data/read_attributes/read_xattr/read_acl/synchronize::allow 71 $ setfacl -a2 u:0:write_acl:allow,g:1:read_acl:deny xxx [all …]
|
| H A D | tools-crossfs.test | 44 > owner@:rw-p--aARWcCos:-------:allow 45 > group@:r-----a-R-c--s:-------:allow 46 > everyone@:r-----a-R-c--s:-------:allow 98 > owner@:r-----aARWcCos:-------:allow 99 > group@:rwxp--a-R-c--s:-------:allow 100 > everyone@:rw-p--a-R-c--s:-------:allow 108 $ setfacl -a0 u:42:x:allow,g:43:w:allow nfs4/xxx 111 > user:42:--x-----------:-------:allow 112 > group:43:-w------------:-------:allow 113 > owner@:rw-p--aARWcCos:-------:allow [all …]
|
| H A D | tools-nfs4-trivial.test | 43 > owner@:rw-p--aARWcCos:-------:allow 44 > group@:r-----a-R-c--s:-------:allow 45 > everyone@:r-----a-R-c--s:-------:allow 50 …cl -a0 owner@:x:deny,owner@:rwpAWCo:allow,group@:wxp:deny,group@:r:allow,everyone@:wxpAWCo:deny,ev… 60 > owner@:rw-p---A-W-Co-:-------:allow 62 > group@:r-------------:-------:allow 64 > everyone@:r-----a-R-c--s:-------:allow 73 > owner@:rw-p---A-W-Co-:-------:allow 75 > group@:r-------------:-------:allow 77 > everyone@:r-----a-R-c--s:-------:allow
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_009_pos.ksh | 52 array=( "allow" "-s @basic snapshot" 53 "allow" "-s @set @basic" 54 "allow" "-c create" 56 "allow" "-c @set" 58 "allow" "-l -u $HIST_USER snapshot" 59 "allow" "-u $HIST_USER snapshot" 61 "allow" "-l -u $HIST_USER @set" 62 "allow" "-u $HIST_USER @set" 64 "allow" "-d -u $HIST_USER snapshot" 65 "allow" "-u $HIST_USER snapshot" [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/history/ |
| H A D | history_009_pos.ksh | 86 $ZFS 2>&1 | $GREP "allow" > /dev/null 119 "s-\$@basic" "allow" "-s @basic snapshot" \ 120 "S-\$@set" "allow" "-s @set @basic" \ 121 "c-\\$" "allow" "-c create" \ 123 "C-\\$ @set" "allow" "-c @set" \ 125 "ul\$$uid" "allow" "-l -u $HIST_USER snapshot" \ 126 "ul\$$uid" "allow" "-u $HIST_USER snapshot" \ 128 "Ul\$$uid" "allow" "-l -u $HIST_USER @set" \ 129 "Ul\$$uid" "allow" "-u $HIST_USER @set" \ 131 "ud\$$uid" "allow" "-d -u $HIST_USER snapshot" \ [all …]
|
| /freebsd/lib/libwrap/ |
| H A D | hosts.allow | 2 # hosts.allow access control file for "tcp wrapped" applications. 5 # Place both 'allow' and 'deny' rules in the hosts.allow file. 22 ALL : ALL : allow 36 # Allow anything from localhost. Note that an IP address (not a host 38 ALL : localhost 127.0.0.1 : allow 40 ALL : [::1] : allow 41 #ALL : my.machine.example.com 192.0.2.35 : allow 44 #ALL : [fe80::%fxp0]/10 : allow 47 #ALL : [2001:db8:2:1::]/64 : allow 50 sendmail : localhost : allow [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_008_pos.ksh | 27 # A non-root user can use 'zfs allow' to delegate permissions that 28 # they have, if they also have the 'allow' permission. 32 # 2. Verify the non-root user can use 'zfs allow' if they have 33 # 'allow' permission. 38 log_assert "Verify non-root user can allow permissions." 49 log_must zfs allow -l $STAFF1 $perms1 $dtst 50 log_must zfs allow -l $STAFF1 allow $dtst 53 log_must zfs allow -l $STAFF1 $perms2 $childfs 55 log_mustnot user_run $STAFF1 zfs allow $OTHER1 $perms1 $childfs 59 # Verify 'allow' give non-privilege user delegated permission. [all …]
|
| H A D | delegate_common.kshlib | 171 allow) 312 log_must zfs allow -l $STAFF1 $LOCAL_SET $dtst 313 log_must zfs allow -d $STAFF2 $DESC_SET $dtst 314 log_must zfs allow $OTHER1 $LOCAL_DESC_SET $dtst 315 log_must zfs allow $OTHER2 $LOCAL_DESC_SET $dtst 430 log_must zfs allow $user create $fs 437 log_must zfs allow $user mount $fs 444 log_must zfs allow $user mount,create $fs 488 log_must zfs allow $user create,mount,canmount $fs 495 log_must zfs allow $user create,mount,canmount $fs [all …]
|
| H A D | zfs_allow_009_neg.ksh | 27 # zfs allow can deal with invalid arguments.(Invalid options or combination) 43 log_mustnot eval "zfs allow -s @$longset $dtst" 45 log_mustnot zfs allow -s @non-existent $dtst 46 log_mustnot zfs allow $STAFF "atime,created,mounted" $dtst 47 log_mustnot zfs allow $dtst $TESTPOOL 48 log_mustnot zfs allow -c $dtst 49 log_mustnot zfs allow -u $STAFF1 $dtst 50 log_mustnot zfs allow -u $STAFF1 -g $STAFF_GROUP "create,destroy" $dtst 51 log_mustnot zfs allow -u $STAFF1 -e "mountpoint" $dtst
|
| /freebsd/tests/sys/cddl/zfs/tests/delegate/ |
| H A D | zfs_allow_008_pos.ksh | 36 # non-root user can allow any permissions which he is holding to 37 # other else user when it get 'allow' permission. 41 # 2. Verify the non-root user can allow permission if he has allow 56 log_assert "Verify non-root user can allow permissions." 67 log_must $ZFS allow -l $STAFF1 $perms1 $dtst 68 log_must $ZFS allow -l $STAFF1 allow $dtst 71 log_must $ZFS allow -l $STAFF1 $perms2 $childfs 73 log_mustnot user_run $STAFF1 $ZFS allow $OTHER1 $perms1 $childfs 77 # Verify 'allow' give non-privilege user delegated permission. 78 log_must user_run $STAFF1 $ZFS allow -l $OTHER1 $perms1 $dtst [all …]
|
| /freebsd/sys/sys/ |
| H A D | jail.h | 101 #define JAIL_DYING 0x08 /* Allow getting a dying jail */ 115 * Runtime-registered parameters (allow.mount.*, modules) are only 160 #define JAIL_PARAM_ALLOW_SET_HOSTNAME "allow.set_hostname" 161 #define JAIL_PARAM_ALLOW_NOSET_HOSTNAME "allow.noset_hostname" 162 #define JAIL_PARAM_ALLOW_SYSVIPC "allow.sysvipc" 163 #define JAIL_PARAM_ALLOW_NOSYSVIPC "allow.nosysvipc" 164 #define JAIL_PARAM_ALLOW_RAW_SOCKETS "allow.raw_sockets" 165 #define JAIL_PARAM_ALLOW_NORAW_SOCKETS "allow.noraw_sockets" 166 #define JAIL_PARAM_ALLOW_CHFLAGS "allow.chflags" 167 #define JAIL_PARAM_ALLOW_NOCHFLAGS "allow.nochflags" [all …]
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zfs-unallow.8 | 25 .Dt ZFS-ALLOW 8 29 .Nm zfs-allow 33 .Cm allow 40 .Cm allow 47 .Cm allow 53 .Cm allow 91 .Cm allow 97 .Nm zfs Cm allow 113 .Cm allow 122 .Cm allow [all...] |
| H A D | zfs-allow.8 | 29 .Nm zfs-allow 33 .Cm allow 40 .Cm allow 47 .Cm allow 53 .Cm allow 91 .Cm allow 97 .Nm zfs Cm allow 113 .Cm allow 122 .Cm allow 133 Allow only for the descendent file systems. [all …]
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_acl_nfs4_text.c | 40 "user:user77:rw-p--a-R-c-o-:-------:allow\n" 42 "group:group78:r-----a-R-c---:------I:allow\n" 43 "owner@:rwxp--aARWcCo-:-------:allow\n" 44 "group@:rw-p--a-R-c---:-------:allow\n" 45 "everyone@:r-----a-R-c--s:-------:allow"; 48 "user:user77:rw-p--a-R-c-o-:-------:allow:77\n" 50 "group:group78:r-----a-R-c---:------I:allow:78\n" 51 "owner@:rwxp--aARWcCo-:-------:allow\n" 52 "group@:rw-p--a-R-c---:-------:allow\n" 53 "everyone@:r-----a-R-c--s:-------:allow"; [all …]
|
| /freebsd/tests/sys/cam/ctl/ |
| H A D | prevent.sh | 34 atf_test_case allow cleanup 37 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL will prevent a CD from being ejected" 51 atf_check sg_prevent --allow /dev/$dev 64 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL is idempotent when run from the same initiator" 73 atf_check sg_prevent --allow /dev/$dev 74 atf_check sg_prevent --allow /dev/$dev 77 # Even though we ran --allow twice, a single --prevent command should 78 # suffice to prevent ejecting. Multiple ALLOW/PREVENT commands from 90 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL may not be used on non-removable media" 109 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL will prevent a CD from being ejected" [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | kaanapali-qrd.dts | 109 regulator-allow-set-load; 119 regulator-allow-set-load; 129 regulator-allow-set-load; 139 regulator-allow-set-load; 149 regulator-allow-set-load; 159 regulator-allow-set-load; 169 regulator-allow-set-load; 179 regulator-allow-set-load; 189 regulator-allow-set-load; 199 regulator-allow-set-load; [all …]
|
| /freebsd/usr.sbin/jail/ |
| H A D | jail.8 | 222 .Va allow.dying 224 It used to allow making changes to a 384 to allow unrestricted access to all system addresses, 444 .Va allow.mount 446 .Va allow.mount.devfs 564 .It Va allow.* 568 .Va allow.set_hostname 570 .Va allow.reserved_ports , 573 .It Va allow.set_hostname 578 .It Va allow.sysvipc [all …]
|
| /freebsd/tests/sys/netinet6/ |
| H A D | Makefile | 22 execenv_jail_params="vnet allow.raw_sockets" 24 execenv_jail_params="vnet allow.raw_sockets" 26 execenv_jail_params="vnet allow.raw_sockets" 28 execenv_jail_params="vnet allow.raw_sockets" 30 execenv_jail_params="vnet allow.raw_sockets" \ 33 execenv_jail_params="vnet allow.raw_sockets" 35 execenv_jail_params="vnet allow.raw_sockets" 37 execenv_jail_params="vnet allow.raw_sockets" 39 execenv_jail_params="vnet allow.raw_sockets"
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
| H A D | zfs_allow_001_neg.ksh | 38 # zfs allow returns an error when run as a user 56 # check to see if we have zfs allow 57 $ZFS 2>&1 | $GREP "allow" > /dev/null 59 log_unsupported "ZFS allow not supported on this machine." 62 log_assert "zfs allow returns an error when run as a user" 64 log_must run_unprivileged "$ZFS allow $TESTPOOL/$TESTFS" 65 log_mustnot run_unprivileged "$ZFS allow `$LOGNAME` create $TESTPOOL/$TESTFS" 68 # checking for any allow output. ( if no allows are granted, 70 OUTPUT=$(run_unprivileged "$ZFS allow $TESTPOOL/$TESTFS" | $GREP "Local+Descendent" ) 73 log_fail "zfs allow permissions were granted on $TESTPOOL/$TESTFS" [all …]
|
| /freebsd/share/man/man7/ |
| H A D | firewall.7 | 266 # the entire rule set. Allow established tcp connections through, 275 add 01000 allow tcp from any to any established 276 add 01001 allow all from any to any out via fxp0 277 add 01001 allow all from any to any out via fxp1 278 add 01001 allow all from any to any out via fxp2 305 #add 01010 allow all from 10.0.0.0/8 to 10.0.0.0/8 306 #add 01011 allow all from 192.100.5.0/24 to 192.100.5.0/24 311 # If using a more restrictive firewall, allow specific LANs 317 add 01012 allow tcp from 10.0.1.0/8 to 10.0.1.1 139 318 add 01012 allow udp from 10.0.1.0/8 to 10.0.1.1 137,138 [all …]
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 03-custom_verify.cnf | 7 test-2 = 2-verify-custom-allow 11 test-6 = 6-noverify-accept-custom-allow 68 [2-verify-custom-allow] 69 ssl_conf = 2-verify-custom-allow-ssl 71 [2-verify-custom-allow-ssl] 72 server = 2-verify-custom-allow-server 73 client = 2-verify-custom-allow-client 75 [2-verify-custom-allow-server] 80 [2-verify-custom-allow-client] 87 client = 2-verify-custom-allow-client-extra [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | mntent.h | 54 #define MNTOPT_GROUP "group" /* allow group mount */ 55 #define MNTOPT_NOGROUP "nogroup" /* do not allow group mount */ 58 #define MNTOPT_NBMAND "mand" /* allow non-blocking mandatory locks */ 62 #define MNTOPT_RELATIME "relatime" /* allow relative time updates */ 63 #define MNTOPT_NORELATIME "norelatime" /* do not allow relative time updates */ 76 #define MNTOPT_OWNER "owner" /* allow owner mount */ 77 #define MNTOPT_NOOWNER "noowner" /* do not allow owner mount */ 82 #define MNTOPT_USER "user" /* allow user mount */ 83 #define MNTOPT_NOUSER "nouser" /* do not allow user mount */ 84 #define MNTOPT_USERS "users" /* allow user mount */ [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCDynamicLibrarySearchGenerator.h | 34 /// If the Allow predicate is given then only symbols matching the predicate 42 SymbolPredicate Allow = SymbolPredicate(), 44 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)), 48 /// matching the Allow predicate to null. This can be used to emulate linker 55 ExecutionSession &ES, SymbolPredicate Allow, 57 : EPC(ES.getExecutorProcessControl()), Allow(std::move(Allow)), 66 SymbolPredicate Allow = SymbolPredicate(), 73 SymbolPredicate Allow = SymbolPredicate(), 75 return Load(ES, nullptr, std::move(Allow), std::move(AddAbsoluteSymbols)); 87 SymbolPredicate Allow; variable
|
| /freebsd/contrib/pjdfstest/tests/granular/ |
| H A D | 02.t | 29 expect 0 prependacl ${n0} user:65534:read_acl::allow 36 expect EPERM -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow 37 expect 0 prependacl ${n0} user:65534:write_acl::allow 38 expect 0 -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow 44 expect 0 prependacl ${n0} user:65534:write_acl::allow 64 expect 0 prependacl ${n0} user:65534:write_acl::allow 71 expect 0 prependacl ${n0} user:65534:write_acl::allow 78 expect 0 prependacl ${n0} user:65534:write_acl::allow 84 expect 0 prependacl ${n0} user:65534:write_acl::allow 85 expect 0 -u 65534 -g 65534 prependacl ${n0} user:65534:write_data::allow [all …]
|