| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
| H A D | ksh-regress.tst | 172 EXEC --regress=etc=. --regress=source --restricted 173 OUTPUT - 'set --default --braceexpand --restricted --trackall --vi --viraw' 176 EXEC --regress=etc=. --regress=source --regress=euid=0 --restricted 177 OUTPUT - 'set --default --braceexpand --privileged --restricted --trackall --vi --viraw' 183 EXEC --regress=etc=. --regress=source --regress=euid=0 --regress=p_suid=0 --restricted 184 OUTPUT - 'set --default --braceexpand --restricted --trackall --vi --viraw' 193 EXEC --regress=etc=. --regress=source --regress=euid=0 --regress=p_suid=99999 --restricted 194 OUTPUT - 'set --default --braceexpand --privileged --restricted --trackall --vi --viraw' 202 EXEC --regress=etc=. --regress=source --regress=euid=1 --restricted 208 EXEC --regress=etc=. --regress=source --regress=euid=1 --regress=p_suid=0 --restricted [all …]
|
| H A D | ksh-regress.rt | 20 restricted
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_config.c | 344 static const char *restricted = NULL; in zpool_skip_pool() local 353 restricted = getenv("__ZFS_POOL_RESTRICT"); in zpool_skip_pool() 367 if (NULL == restricted) in zpool_skip_pool() 370 cur = restricted; in zpool_skip_pool()
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
| H A D | zfs_acl_chmod_inherit_002_pos.ksh | 86 typeset aclinherit_flag=(discard noallow restricted passthrough) 180 restricted)
|
| H A D | zfs_acl_aclmode_restricted_001_neg.ksh | 62 log_must zfs set aclmode=restricted $TESTPOOL/$TESTFS
|
| H A D | zfs_acl_chmod_inherit_003_pos.ksh | 157 restricted)
|
| H A D | zfs_acl_chmod_inherit_002_neg.ksh | 76 typeset aclinherit_flag=(discard noallow restricted passthrough)
|
| /illumos-gate/usr/src/test/zfs-tests/include/ |
| H A D | properties.shlib | 22 typeset -a aclinherit_prop_vals=('discard' 'noallow' 'restricted' 'passthrough' 24 typeset -a aclmode_prop_vals=('discard' 'groupmask' 'passthrough' 'restricted')
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
| H A D | zfs_acl_aclmode_restricted_001_pos.ksh | 112 log_must zfs set aclmode=restricted $TESTPOOL/$TESTFS
|
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | bltin.c | 157 failed(argv[0], restricted); in builtin() 177 failed(argv[0], restricted); in builtin()
|
| H A D | msg.c | 60 const char restricted[] = "restricted"; variable
|
| H A D | service.c | 99 failed(ion, restricted); in initio() 141 failed(s, restricted);
|
| H A D | name.c | 221 failed(n->namid, restricted); in assign() 698 failed(name, restricted); in unset_name()
|
| H A D | defs.h | 429 extern const char restricted[];
|
| H A D | xec.c | 91 failed(n->namid, restricted);
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
| H A D | restricted.sh | 45 grep restricted out > /dev/null 2>&1
|
| H A D | options.sh | 313 rc restricted xtrace 426 for i in interactive login restricted allexport notify errexit \
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
| H A D | bash_pre_rc.sh | 51 if ! shopt -qo restricted; then
|
| /illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
| H A D | yppasswdd.dfl | 29 # shells beginning with the letter 'r' are considered "restricted"
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_index_props.zcp | 30 props['aclinherit'] = {{'restricted','default'}, {nil, nil}}
|
| /illumos-gate/usr/src/cmd/ast/libshell/ |
| H A D | Makefile.tests | 68 tests/restricted.sh \
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | FIRMWARELICENSE | 102 firmware," "restricted computer firmware," or with "restricted rights" as
|
| /illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
| H A D | README.zfs | 60 ability to do so is restricted to the root user, it's still possible to write
|
| /illumos-gate/usr/src/data/ucode/amd/ |
| H A D | THIRDPARTYLICENSE | 56 Groups D:1, E:1 or E:2 any restricted technology, software, or source
|
| /illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
| H A D | smb_share.c | 974 static char *restricted[] = { in smb_shr_is_restricted() local 983 for (i = 0; i < sizeof (restricted)/sizeof (restricted[0]); i++) { in smb_shr_is_restricted() 984 if (smb_strcasecmp(restricted[i], sharename, 0) == 0) in smb_shr_is_restricted()
|