563ae8
create wheel group for people with root access
@@ -130,6 +130,10 @@ sudoers:
|
|
130
130
|
users:
|
131
131
|
nagios:
|
132
132
|
- 'ALL=(ALL) NOPASSWD: /usr/sbin/zypp-refresh,/usr/bin/zypper ref,/usr/bin/zypper sl,/usr/bin/zypper --xmlout --non-interactive list-updates -t package -t patch'
|
133
|
+
/etc/sudoers.d/wheel:
|
134
|
+
groups:
|
135
|
+
wheel:
|
136
|
+
- 'ALL=(ALL) ALL'
|
133
137
|
zypper:
|
134
138
|
config:
|
135
139
|
zypp_conf:
|