summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/sudoers/test27.in
blob: 9e6c28f8d7d3efd520d52c23359e7ba72ddcc70a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Query the group plugin too (if there is one)
Defaults always_query_group_plugin

# Test RunasGroup with and without RunasUser
root ALL = ( root : wheel ) ALL
millert ALL = ( : wheel ) ALL
%sudo ALL = ( : ALL ) ALL

# Test RunasUser with %group syntax
operator ALL = ( %wheel ) ALL

# Test netgroup for user and host
+netusers +nethosts = ( +netrunas ) ALL