hackerschoice / segfault

345 stars 38 forks source link

logpipe fixes #106

Closed messede-degod closed 10 months ago

messede-degod commented 10 months ago

1) modified location on config.yaml issue: changes made to config.yaml (in host) not propagated to container Reason: direct config file mapping(with ro) in docker-compose. Fix: map a directory with config file inside it.

2) fixed permission for socket created by logpipe issue/reason: segfaultsh doesnt not run as root, and cannot write to socket which is owned by root Fix: chmod 777 , :-)