Searched refs:HIST_USER (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_009_pos.ksh48 del_user $HIST_USER
58 add_user $HIST_GROUP $HIST_USER
67 "allow" "-l -u $HIST_USER snapshot"
68 "allow" "-u $HIST_USER snapshot"
69 "unallow" "-u $HIST_USER snapshot"
70 "allow" "-l -u $HIST_USER @set"
71 "allow" "-u $HIST_USER @set"
72 "unallow" "-u $HIST_USER @set"
73 "allow" "-d -u $HIST_USER snapshot"
74 "allow" "-u $HIST_USER snapsho
[all...]
H A Dhistory_010_pos.ksh48 del_user $HIST_USER
60 add_user $HIST_GROUP $HIST_USER
69 user_run $HIST_USER zfs list
71 log_unsupported "Test user $HIST_USER cannot execute zfs utilities"
76 run_and_verify "zfs allow $HIST_USER destroy,mount $root_testfs" "-l"
77 run_and_verify "zfs allow $HIST_USER reservation $root_testfs" "-l"
78 run_and_verify "zfs allow $HIST_USER allow $root_testfs" "-l"
79 run_and_verify -u "$HIST_USER" "zfs snapshot $root_testfs@snap" "-l"
80 run_and_verify -u "$HIST_USER" "zfs destroy $root_testfs@snap" "-l"
81 run_and_verify -u "$HIST_USER" "zf
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_009_pos.ksh102 del_user $HIST_USER
112 add_user $HIST_GROUP $HIST_USER
114 uid=$($ID $HIST_USER | $AWK -F= '{print $2}'| $AWK -F"(" '{print $1}' )
115 gid=$($ID $HIST_USER | $AWK -F= '{print $3}'| $AWK -F"(" '{print $1}' )
130 "ul\$$uid" "allow" "-l -u $HIST_USER snapshot" \
131 "ul\$$uid" "allow" "-u $HIST_USER snapshot" \
132 "ul\$$uid" "unallow" "-u $HIST_USER snapshot" \
133 "Ul\$$uid" "allow" "-l -u $HIST_USER @set" \
134 "Ul\$$uid" "allow" "-u $HIST_USER @set" \
135 "Ul\$$uid" "unallow" "-u $HIST_USER
[all...]
H A Dhistory_010_pos.ksh68 del_user $HIST_USER
81 add_user $HIST_GROUP $HIST_USER
82 uid=$($ID $HIST_USER | $AWK -F= '{print $2}'| $AWK -F"(" '{print $1}' )
83 gid=$($ID $HIST_USER | $AWK -F= '{print $3}'| $AWK -F"(" '{print $1}' )
90 exec_record -l $ZFS allow $HIST_USER destroy,mount $root_testfs
91 exec_record -l $ZFS allow $HIST_USER reservation $root_testfs
92 exec_record -l $ZFS allow $HIST_USER allow $root_testfs
94 exec_record -l -u $HIST_USER "$ZFS snapshot $root_testfs@snap"
95 exec_record -l -u $HIST_USER "$ZFS destroy $root_testfs@snap"
96 exec_record -l -u $HIST_USER "
[all...]

Completed in 51 milliseconds