/illumos-gate/usr/src/cmd/lp/lib/access/ |
H A D | allowed.c | 73 char ** allow, in is_user_allowed() argument 77 is_user_allowed (user, allow, deny) in is_user_allowed() 79 **allow, in is_user_allowed() 86 return (allowed(user, allow, deny)); 105 char **allow, local 108 if (loadaccess(Lp_A_Forms, form, "", &allow, &deny) == -1) 111 return (is_user_allowed(user, allow, deny)); 130 char **allow, local 133 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1) 136 return (is_user_allowed(user, allow, deny)); [all …]
|
/illumos-gate/usr/src/lib/pam_modules/list/ |
H A D | list.c | 52 string_mode_type(pam_list_mode_t op_mode, boolean_t allow) in string_mode_type() argument 55 (allow ? "allow" : "deny")); in string_mode_type() 83 boolean_t allow = B_FALSE; in pam_sm_acct_mgmt() local 119 string_mode_type(op_mode, allow)); in pam_sm_acct_mgmt() 127 allow = B_TRUE; in pam_sm_acct_mgmt() 132 string_mode_type(op_mode, allow)); in pam_sm_acct_mgmt() 140 allow = B_FALSE; in pam_sm_acct_mgmt() 145 string_mode_type(op_mode, allow)); in pam_sm_acct_mgmt() 180 (allow ? "allow file" : "deny file")); in pam_sm_acct_mgmt() 258 allow = B_TRUE; in pam_sm_acct_mgmt() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_009_neg.ksh | 54 log_mustnot zfs allow -s @non-existent $dtst 55 log_mustnot zfs allow $STAFF "atime,created,mounted" $dtst 56 log_mustnot zfs allow $dtst $TESTPOOL 57 log_mustnot zfs allow -c $dtst 58 log_mustnot zfs allow -u $STAFF1 $dtst 59 log_mustnot zfs allow -u $STAFF1 -g $STAFF_GROUP "create,destroy" $dtst 60 log_mustnot zfs allow -u $STAFF1 -e "mountpoint" $dtst
|
H A D | delegate_common.kshlib | 172 allow) 353 log_must zfs allow -l $STAFF1 $LOCAL_SET $dtst 354 log_must zfs allow -d $STAFF2 $DESC_SET $dtst 355 log_must zfs allow $OTHER1 $LOCAL_DESC_SET $dtst 356 log_must zfs allow $OTHER2 $LOCAL_DESC_SET $dtst 439 log_must zfs allow $user create $fs 446 log_must zfs allow $user mount $fs 453 log_must zfs allow $user mount,create $fs 579 log_must zfs allow $user mount $fs 595 log_must zfs allow $user mount $fs [all …]
|
H A D | zfs_allow_008_pos.ksh | 58 log_must zfs allow -l $STAFF1 $perms1 $dtst 59 log_must zfs allow -l $STAFF1 allow $dtst 62 log_must zfs allow -l $STAFF1 $perms2 $childfs 64 log_mustnot user_run $STAFF1 zfs allow $OTHER1 $perms1 $childfs 69 log_must user_run $STAFF1 zfs allow -l $OTHER1 $perms1 $dtst 74 log_mustnot user_run $STAFF1 zfs allow $OTHER1 $perms2 $dtst
|
H A D | zfs_allow_007_pos.ksh | 73 log_must zfs allow -s @set $perms1 $ROOT_TESTFS 74 log_must zfs allow -s @set $perms2 $childfs 75 log_must zfs allow $STAFF1 @set $childfs 99 log_must zfs allow $STAFF1 @set $ROOT_TESTFS
|
H A D | zfs_allow_006_pos.ksh | 61 log_must zfs allow -s @basic $perms1 $dtst 62 log_must zfs allow $STAFF1 @basic $dtst 68 log_must zfs allow -s @basic $perms2 $dtst
|
H A D | zfs_unallow_006_pos.ksh | 52 log_must zfs allow -u $STAFF1 $LOCAL_DESC_SET $dtst 53 log_must zfs allow -g $STAFF_GROUP $LOCAL_DESC_SET $dtst 54 log_must zfs allow -e $LOCAL_DESC_SET $dtst
|
H A D | zfs_allow_004_pos.ksh | 63 log_must zfs allow -d $STAFF1 $perms $dtst 75 log_must zfs allow -d -g $STAFF_GROUP $perms $dtst 87 log_must zfs allow -d -e $perms $dtst
|
H A D | zfs_allow_003_pos.ksh | 59 log_must zfs allow -l $STAFF1 $perms $dtst 71 log_must zfs allow -l -g $STAFF_GROUP $perms $dtst 83 log_must zfs allow -l -e $perms $dtst
|
H A D | zfs_unallow_004_pos.ksh | 51 log_must zfs allow -s @basic $LOCAL_DESC_SET $dtst 52 log_must zfs allow -u $STAFF1 @basic $dtst
|
H A D | zfs_unallow_007_neg.ksh | 53 log_must zfs allow $STAFF1 $perm1 $ROOT_TESTFS 54 log_must zfs allow $STAFF1 $perm2 $SUBFS
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_rwacl_001_pos.ksh | 89 chgusr_exec $user chmod A0+owner@:read_data:allow $node 116 for acc in allow deny; do 118 $acc == allow || $ZFS_ACL_CUR_USER == root ]]; then 144 log_must usr_exec chmod A0+group@:read_acl/write_acl:allow $node 162 for flag in allow deny; do 163 if [[ $flag == allow ]]; then 186 chmod A0+user:$ZFS_ACL_OTHER1:read_acl/write_acl:allow $node 209 A0+group:$ZFS_ACL_OTHER_GROUP:read_acl/write_acl:allow $node 231 A0+user:$ZFS_ACL_OTHER1:read_acl/write_acl:allow $node
|
H A D | zfs_acl_chmod_001_neg.ksh | 59 log_mustnot usr_exec chmod ${A}owner@:read_data:allow $node 102 log_mustnot chmod A+owner@:read_data:allow $node 104 chmod A+owner@:read_data:allow $node
|
/illumos-gate/usr/src/test/util-tests/tests/find/ |
H A D | findroot.ksh | 47 chmod A+groupsid:${sidb}:read_set:allow $find_dir/a 48 chmod A+usersid:${sida}:read_set:allow $find_dir/b 58 chmod A+groupsid:${sida}:read_set:allow $find_dir/c 59 chmod A+usersid:${sidb}:read_set:allow $find_dir/d
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | example.5 | 4 # allow packets coming from foo to bar through. 8 # allow any TCP packets from the same subnet as foo is on through to host 13 # allow in UDP packets which are NOT from port 53 and are destined for 22 # allow packets through which have a non-standard IP header length (ie there
|
H A D | example.11 | 2 # allow any TCP packets from the same subnet as foo is on through to host 7 # allow in UDP packets which are NOT from port 53 and are destined for 16 # allow any connections to be made, except to BSD print/r-services 22 # allow any connections to be made, except to BSD print/r-services
|
H A D | example.3 | 10 # allow a variety of individual hosts to send any type of IP packet to any 27 # allow any packets destined for localhost out. 31 # allow any host to send any IP packet out to a limited number of hosts.
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | cifs_attr_003_pos.ksh | 390 A+user:$user:${ace_dir}:allow $object 393 A+user:$user:${ace_file}:allow $object 447 A+user:$user:${ace_dir}:allow $object 450 A+user:$user:${ace_file}:allow $object 490 A+user:$user:${ace_dir}:allow $object 493 A+user:$user:${ace_file}:allow $object 533 A+user:$user:${ace_dir}:allow $object 536 A+user:$user:${ace_file}:allow $object 572 TESTACL=user:$ZFS_ACL_OTHER1:write_data:allow
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zfs_allow_001_neg.ksh | 55 log_must zfs allow $TESTPOOL/$TESTFS 56 log_mustnot zfs allow $(logname) create $TESTPOOL/$TESTFS 61 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS | grep "Local+Descendent" )
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | permit.c | 71 allowed(char *user, char *allow, char *deny) in allowed() argument 73 if (exists(allow)) { in allowed() 74 if (within(user, allow)) { in allowed()
|
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_anal.c | 345 int allow; in analyze_typeinfo_typedef() local 365 allow = ALLOW_NO_SWITCH; in analyze_typeinfo_typedef() 369 allow); /* see above */ in analyze_typeinfo_typedef() 388 int allow; in analyze_typeinfo_struct() local 412 allow = ALLOW_VARSIZE; in analyze_typeinfo_struct() 414 allow = 0; in analyze_typeinfo_struct() 416 analyze_member(mem_np, mem, &offset, allow); in analyze_typeinfo_struct() 505 unsigned long *offsetp, int allow) in analyze_member() argument 635 if (allow & ALLOW_CASE) { in analyze_member() 731 if (type_down->size_variable_part && !(allow & ALLOW_VARSIZE)) { in analyze_member() [all …]
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | unallow.py | 25 import zfs.allow 27 do_unallow = zfs.allow.do_allow
|
/illumos-gate/usr/src/common/mpi/ |
H A D | THIRDPARTYLICENSE | 28 * of those above. If you wish to allow use of your version of this file only 29 * under the terms of either the GPL or the LGPL, and not to allow others to 66 * of those above. If you wish to allow use of your version of this file only 67 * under the terms of either the GPL or the LGPL, and not to allow others to 103 * of those above. If you wish to allow use of your version of this file only 104 * under the terms of either the GPL or the LGPL, and not to allow others to 140 * of those above. If you wish to allow use of your version of this file only 141 * under the terms of either the GPL or the LGPL, and not to allow others to 178 * of those above. If you wish to allow use of your version of this file only 179 * under the terms of either the GPL or the LGPL, and not to allow others to [all …]
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | THIRDPARTYLICENSE | 29 * of those above. If you wish to allow use of your version of this file only 30 * under the terms of either the GPL or the LGPL, and not to allow others to 66 * of those above. If you wish to allow use of your version of this file only 67 * under the terms of either the GPL or the LGPL, and not to allow others to 103 * of those above. If you wish to allow use of your version of this file only 104 * under the terms of either the GPL or the LGPL, and not to allow others to 142 * of those above. If you wish to allow use of your version of this file only 143 * under the terms of either the GPL or the LGPL, and not to allow others to 179 * of those above. If you wish to allow use of your version of this file only 180 * under the terms of either the GPL or the LGPL, and not to allow others to [all …]
|