-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use /@{PROC}/@{PID} #8
Comments
@{pid} doesn't fix the issue. See this (archived) discussion from 2016: https://bugs.launchpad.net/apparmor/+bug/1546825 If you look at what @{pid} actually does, look at
Also look at this comment by an AppArmor developer from 1 year ago on this open issue: https://gitlab.com/apparmor/apparmor/-/issues/158#note_552003637
I will switch to using @{pid}, as hopefully this will be fixed/added eventually, but ATM doesn't do anything. |
I didn't realize at the time that @{pid} didn't actually improve anything. I guess I'll need bubblewrap or something to manage /proc. |
Using bwrap with --proc /proc seems to be an easy solution to this. This might not be relevant to this repo, but I thought it might be worth mentioning. |
Programs don't need to be able to information of other processes in /proc
The text was updated successfully, but these errors were encountered: