You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The max queue depth issue was found last week and is fixed by commit 59e2f10. What that means is that it's only accurate when the program ends. If you are in permissive mode, fapolicyd should not cause the system to freeze since it's not depending on any access decision.
If you can run the code currently in git, that might be better for debugging. Just clone the repo, do the build, and run it where it is. You do not need to install it. Another idea might be to run it with valgrind or address sanitizer. Maybe the debian package code is leaking memory?
I have built fapolicyd for Ubuntu 20.04 with the debian definition found here.
I build the debian package in a lxd container. Host 22.04 and container 20.04. I am not sure if this could affect.
I think that fapolicyd is getting slow until it completely freezes and freezing the whole system.
I would like to debug to find the problem, can you give me hand or a recommendation?
I am running in a KVM an ubuntu 20.04 with the following kernel:
I always run in
fapolicyd --permissive --debug
All the logs are normal, there are no errors.
I run
watch -n 60 fapolicyd-cli --chec-status
to check if there is something withInter-thread max queue depth
but it is always in close to zero.This is the configuration:
My rules
I not sure if the rules are affecting since I always run in permissive mode.
Do you have any ideas, what I could be doing wrong ?
The text was updated successfully, but these errors were encountered: