mirror of
https://github.com/m8tin/cis.git
synced 2026-08-01 11:47:31 +02:00
Further improvments around compositions
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
# ( ... )? -> defines the group as optional
|
||||
Cmnd_Alias C_COMPOSITION_SYNC = \
|
||||
/cis/script/host/zfs/composition-sync/sync-send.sh \
|
||||
^[a-zA-Z0-9][a-zA-Z0-9.-]* \
|
||||
[a-zA-Z][a-zA-Z0-9/_-]*[a-zA-Z0-9] \
|
||||
[a-zA-Z0-9][a-zA-Z0-9_-]* \
|
||||
(@[a-zA-Z0-9][a-zA-Z0-9._:-]*)? \
|
||||
^[a-zA-Z][a-zA-Z0-9_-]* \
|
||||
[a-zA-Z][a-zA-Z0-9.-]* \
|
||||
(@[a-zA-Z0-9._:-]*)? \
|
||||
([a-zA-Z0-9][a-zA-Z0-9._:-]*)?$
|
||||
composition-sync ALL = (root) NOPASSWD: C_COMPOSITION_SYNC
|
||||
|
||||
Reference in New Issue
Block a user