mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
PCAP Salt Module - modify user ids and permissions
This commit is contained in:
@@ -18,11 +18,11 @@
|
|||||||
# Create the logstash group
|
# Create the logstash group
|
||||||
stenographergroup:
|
stenographergroup:
|
||||||
group.present:
|
group.present:
|
||||||
- name: steno
|
- name: stenographer
|
||||||
- gid: 941
|
- gid: 941
|
||||||
|
|
||||||
# Add the logstash user for the jog4j settings
|
# Add the logstash user for the jog4j settings
|
||||||
steno:
|
stenographer:
|
||||||
user.present:
|
user.present:
|
||||||
- uid: 941
|
- uid: 941
|
||||||
- gid: 941
|
- gid: 941
|
||||||
@@ -64,6 +64,6 @@ so-steno:
|
|||||||
- priviledged: true
|
- priviledged: true
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/steno/certs:/etc/stenographer/certs:rw
|
- /opt/so/conf/steno/certs:/etc/stenographer/certs:rw
|
||||||
- /opt/so/conf/steno/config:/etc/stenographer/config:ro
|
- /opt/so/conf/steno/config:/etc/stenographer/config:rw
|
||||||
- /nsm/pcap:/nsm/pcap:rw
|
- /nsm/pcap:/nsm/pcap:rw
|
||||||
- /nsm/pcapindex:/nsm/pcapindex:rw
|
- /nsm/pcapindex:/nsm/pcapindex:rw
|
||||||
|
|||||||
Reference in New Issue
Block a user