summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/sudoers/test6.in
blob: e804571a33d2658c87e6d8a71b4da6f19dcd8bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Check that uids work in per-user and per-runas Defaults
Defaults:#123 set_home
Defaults>#123 set_home
Defaults:"#123" set_home
Defaults>"#123" set_home

# Check that uids work in a Command_Spec
#0 ALL = ALL
#0 ALL = (#0 : #0) ALL
"#0" ALL = ALL
"#0" ALL = ("#0" : "#0") ALL

# Check that gids work in a Command_Spec
%#0 ALL = ALL
"%#0" ALL = ALL