linux-application-whitelisting / fapolicyd

File Access Policy Daemon
GNU General Public License v3.0
192 stars 55 forks source link

Recover SIGHUP handling #200

Closed radosroka closed 2 years ago

radosroka commented 2 years ago

Signed-off-by: Radovan Sroka rsroka@redhat.com

stevegrubb commented 2 years ago

This adds a message "Got SIGHUP". Do we really need that? For debugging, sure. But all the time?

radosroka commented 2 years ago

This adds a message "Got SIGHUP". Do we really need that? For debugging, sure. But all the time?

I will move it under debug.

stevegrubb commented 2 years ago

Thanks