mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
Steno Module - Add User to Config and add techpreview tag
This commit is contained in:
@@ -11,6 +11,6 @@
|
|||||||
, "Interface": "{{ interface }}"
|
, "Interface": "{{ interface }}"
|
||||||
, "Port": 1234
|
, "Port": 1234
|
||||||
, "Host": "127.0.0.1"
|
, "Host": "127.0.0.1"
|
||||||
, "Flags": ["-v"]
|
, "Flags": ["-v", "--uid=stenographer", "--gid=stenographer"]
|
||||||
, "CertPath": "/etc/stenographer/certs"
|
, "CertPath": "/etc/stenographer/certs"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ pcapindexdir:
|
|||||||
|
|
||||||
so-steno:
|
so-steno:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- image: toosmooth/so-steno:test2
|
- image: toosmooth/so-steno:techpreview
|
||||||
- network_mode: host
|
- network_mode: host
|
||||||
- privileged: True
|
- privileged: True
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
|
|||||||
@@ -189,8 +189,6 @@ create_bond() {
|
|||||||
echo $line >> /etc/network/interfaces
|
echo $line >> /etc/network/interfaces
|
||||||
done
|
done
|
||||||
|
|
||||||
cp $TMP/interfaces /etc/network/interfaces
|
|
||||||
|
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
for line in $MINT
|
for line in $MINT
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user