mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-02-22 05:05:00 +01:00
Merge pull request #3 from PLOS-Formulas/ITI-3263_noexec
ITI-3263 added noexec
This commit is contained in:
commit
588e58fcc8
@ -16,10 +16,10 @@
|
||||
|
||||
# our plos active directory core groups sudoers permissions, filtered by environment
|
||||
{% set ad_group_maps = salt['grains.filter_by']({
|
||||
'default': { 'default': 'ALL = (root) NOPASSWD: SUPPORT' },
|
||||
'default': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT' },
|
||||
'vagrant': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },
|
||||
'dev': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },
|
||||
'qa': { 'default': 'ALL = (root) NOPASSWD: SUPPORT',
|
||||
'qa': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT',
|
||||
'plosqa': 'ALL = (root) NOPASSWD: ALL' },
|
||||
},
|
||||
grain='environment',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user