/titanic_44/usr/src/test/zfs-tests/tests/functional/privilege/ |
H A D | privilege_001_pos.ksh | 65 log_mustnot $SU $ZFS_USER -c "$ZPOOL create $TESTPOOL $DISKS" 66 log_mustnot $SU $ZFS_USER -c "$PFEXEC $ZPOOL create $TESTPOOL $DISKS" 70 log_must $SU $ZFS_USER -c "$PFEXEC $ZPOOL create -f $TESTPOOL $DISKS" 73 log_mustnot $SU $ZFS_USER -c "$ZFS create $TESTPOOL/fs" 77 log_must $SU $ZFS_USER -c "$PFEXEC $ZFS create $TESTPOOL/fs" 84 log_mustnot $SU $ZFS_USER -c "$ZPOOL destroy $TESTPOOL" 85 log_must $SU $ZFS_USER -c "$PFEXEC $ZPOOL destroy $TESTPOOL" 89 log_mustnot $SU $ZFS_USER -c "$PFEXEC $ZPOOL create -f $TESTPOOL $DISKS"
|
H A D | privilege_002_pos.ksh | 76 log_mustnot $SU $ZFS_USER -c "$ZFS create $DATASET/zfsprivfs" 82 log_mustnot $SU $ZFS_USER -c "$ZFS create $DATASET/zfsprivfs" 83 log_must $SU $ZFS_USER -c "$PFEXEC $ZFS create $DATASET/zfsprivfs" 86 log_mustnot $SU $ZFS_USER -c "$ZPOOL destroy $DATASET" 87 log_mustnot $SU $ZFS_USER -c "$PFEXEC $ZPOOL destroy $DATASET" 93 log_mustnot $SU $ZFS_USER -c "$ZFS create $DATASET/zfsprivfs2" 94 log_mustnot $SU $ZFS_USER -c "$PFEXEC $ZFS create $DATASET/zfsprivfs2" 98 log_must $SU $ZFS_USER -c "$PFEXEC $ZFS destroy $DATASET/zfsprivfs"
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_owner_001_pos.ksh | 127 $SU $user -c "$CHOWN $expect_owner $node" 163 $SU $user -c "$CHGRP $expect_group $node" 274 log_must $SU $user -c "$CHMOD A+$flag:$acl_t $node" 281 log_must $SU $user -c "$CHMOD A0- $node" 298 log_must $SU $user -c "$TOUCH $file" 299 log_must $SU $user -c "$CHMOD 444 $file" 300 log_must $SU $user -c "$MKDIR -p $dir" 301 log_must $SU $user -c "$CHMOD 444 $dir" 302 log_must $SU $user -c "$CHMOD 555 $base_node"
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | cifs_attr_002_pos.ksh | 83 log_mustnot $SU $user -c "$cmd" 87 log_must $SU $user -c "$cmd" 89 log_mustnot $SU $user -c "$cmd" 93 log_must $SU $user -c "$cmd" 95 log_must $SU $user -c "$cmd" 97 log_mustnot $SU $user -c "$cmd"
|
H A D | cifs_attr_001_pos.ksh | 78 $SU $user -c "$CHMOD S+c${attr} $object" 107 $SU $user -c "$CHMOD S-c${attr} $object"
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_003_neg.ksh | 59 log_mustnot $SU $ZFS_USER -c "$RUNAT $TESTDIR/myfile.$$ $CAT passwd" 60 log_mustnot $SU $ZFS_USER -c "$RUNAT $TESTDIR/myfile.$$ $CP /etc/passwd ."
|
/titanic_44/usr/src/uts/common/io/ |
H A D | pm.c | 294 #define SU 0x002 macro 332 if ((perm & SU) && secpolicy_power_mgmt(cr) == 0) /* privileged? */ in pm_perms() 392 INWHO, NODIP, NODEP, SU}, 397 0, 0, 0, SU}, 398 {PM_START_PM, "PM_START_PM", 1, NOSTRUCT, 0, 0, 0, SU}, 399 {PM_STOP_PM, "PM_STOP_PM", 1, NOSTRUCT, 0, 0, 0, SU}, 400 {PM_RESET_PM, "PM_RESET_PM", 1, NOSTRUCT, 0, 0, 0, SU}, 418 (SU | SG)}, 424 INWHO, DIP, NODEP, SU}, 431 INWHO | INDATAINT, NODIP, NODEP, SU}, [all …]
|
H A D | srn.c | 62 #define SU 0x002 macro 247 if ((perm & SU) && secpolicy_power_mgmt(cr) == 0) /* privileged? */ in srn_perms() 391 if (!srn_perms(SU | SG, srn.srn_cred[clone])) { in srn_ioctl()
|
/titanic_44/usr/src/cmd/acct/ |
H A D | acctdef.h | 95 #define SU(flag) ((flag & ASU) == ASU) macro
|
H A D | acctcom.c | 392 if(su_user && !SU(a->ac_flag)) in dofile() 543 if(!SU(a->ac_flag)) in println()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_common.kshlib | 71 log_must $SU $user -c "eval $fullcmd"
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | backward | 130 Link Europe/Moscow W-SU
|
H A D | europe | 4063 # the Sov[i]et Union. In 1985 the SU reverted to standard Europe[a]n switch
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | commands.cfg | 129 export SU="/usr/bin/su"
|
H A D | libtest.shlib | 2642 eval \$SU \$user -c \"$@\" > /tmp/out 2>/tmp/err
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 488 static char *SU = "/etc/sulogin"; /* Super-user program for single user */ variable 969 (void) execle(SU, SU, "-", (char *)0, glob_envp); in enter_maintenance() 970 console(B_TRUE, "execle of %s failed: %s\n", SU, in enter_maintenance()
|
/titanic_44/usr/src/cmd/sendmail/cf/m4/ |
H A D | cfhead.m4 | 204 define(`SITE', `ifelse(CONCAT($'2`, $3), SU,
|
H A D | proto.m4 | 2508 SU
|
/titanic_44/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 100 descriptive [SU]NUMBER{8,16,32,64} types should preferred.
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-data-zoneinfo.mf | 716 hardlink path=usr/share/lib/zoneinfo/W-SU target=Europe/Moscow
|
/titanic_44/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 1246 product EPSON 1640 0x010a Perfection 1640SU scanner
|
/titanic_44/usr/src/data/hwdata/ |
H A D | usb.ids | 1588 0600 Digital Pen SU-1B 4429 010a GT-8700/GT-8700F [Perfection 1640SU/1640SU PHOTO] 16948 0230 Astra 2200/2200SU
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 18490 # SU Scroll Up \E [ Pn S 1 eF indn
|
H A D | terminfo.src | 20706 # SU Scroll Up \E [ Pn S 1 eF indn
|