Home
last modified time | relevance | path

Searched refs:SU (Results 1 – 24 of 24) sorted by relevance

/titanic_44/usr/src/test/zfs-tests/tests/functional/privilege/
H A Dprivilege_001_pos.ksh65 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 Dprivilege_002_pos.ksh76 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 Dzfs_acl_chmod_owner_001_pos.ksh127 $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 Dcifs_attr_002_pos.ksh83 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 Dcifs_attr_001_pos.ksh78 $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 Dxattr_003_neg.ksh59 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 Dpm.c294 #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 Dsrn.c62 #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 Dacctdef.h95 #define SU(flag) ((flag & ASU) == ASU) macro
H A Dacctcom.c392 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 Dhistory_common.kshlib71 log_must $SU $user -c "eval $fullcmd"
/titanic_44/usr/src/data/zoneinfo/
H A Dbackward130 Link Europe/Moscow W-SU
H A Deurope4063 # 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 Dcommands.cfg129 export SU="/usr/bin/su"
H A Dlibtest.shlib2642 eval \$SU \$user -c \"$@\" > /tmp/out 2>/tmp/err
/titanic_44/usr/src/cmd/init/
H A Dinit.c488 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 Dcfhead.m4204 define(`SITE', `ifelse(CONCAT($'2`, $3), SU,
H A Dproto.m42508 SU
/titanic_44/usr/src/lib/libdhcputil/
H A DREADME.inittab100 descriptive [SU]NUMBER{8,16,32,64} types should preferred.
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-data-zoneinfo.mf716 hardlink path=usr/share/lib/zoneinfo/W-SU target=Europe/Moscow
/titanic_44/usr/src/uts/common/io/usb/
H A Dusbdevs1246 product EPSON 1640 0x010a Perfection 1640SU scanner
/titanic_44/usr/src/data/hwdata/
H A Dusb.ids1588 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 Dtermcap.src18490 # SU Scroll Up \E [ Pn S 1 eF indn
H A Dterminfo.src20706 # SU Scroll Up \E [ Pn S 1 eF indn