mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
fucntional tests fix (#952)
* add patch for the user used for starting plugins * fix postinst * fix fucn tests to make it work with ansible * group_wait to 5s * small fixes Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
This commit is contained in:
parent
9b680ae455
commit
9b5cb6abc9
6 changed files with 37 additions and 12 deletions
11
rpm/SOURCES/user.patch
Normal file
11
rpm/SOURCES/user.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- config/config.yaml-orig 2021-09-08 12:04:29.758785098 +0200
|
||||
+++ config/config.yaml 2021-09-08 12:04:39.866856057 +0200
|
||||
@@ -32,7 +32,7 @@
|
||||
max_age: 7d
|
||||
plugin_config:
|
||||
user: nobody # plugin process would be ran on behalf of this user
|
||||
- group: nogroup # plugin process would be ran on behalf of this group
|
||||
+ group: nobody # plugin process would be ran on behalf of this group
|
||||
api:
|
||||
client:
|
||||
insecure_skip_verify: false
|
Loading…
Add table
Add a link
Reference in a new issue