Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
### Added
- [SUDOERS] Allow rm in beats config path
### Removed
- [HAPROXY] [SPOE] Remove obsoleted configuration files

Expand Down
1 change: 1 addition & 0 deletions usr/local/etc/sudoers.d/vulture_sudoers
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ vlt-os ALL=NOPASSWD:/usr/sbin/jexec ^rsyslog \/usr\/sbin\/service filebeat start
vlt-os ALL=NOPASSWD:/usr/sbin/jexec ^rsyslog \/usr\/sbin\/service filebeat stop( [0-9]+)*$
vlt-os ALL=NOPASSWD:/usr/sbin/jexec ^rsyslog \/usr\/sbin\/service filebeat reload( [0-9]+)*$
vlt-os ALL=NOPASSWD:/bin/rm ^(-f )?\/usr\/local\/etc\/filebeat\/[a-zA-Z0-9._-]+$
vlt-os ALL=NOPASSWD:/bin/rm ^(-f )?\/usr\/local\/etc\/beats\/[a-zA-Z0-9._-]+$

vlt-os ALL=NOPASSWD:/usr/sbin/service strongswan reload
vlt-os ALL=NOPASSWD:/usr/sbin/service strongswan restart
Expand Down