Re: [apparmor] policy variables not working as intended

2025-02-07 Thread Ryan Lee
Hi Ian, Can you check if the rule @{lib}/**.so* mr, works for you? If so, the issue is that your use of the variable creates a rule that starts with two slashes, which currently isn't collapsed down into a single slash. You can check https://gitlab.com/apparmor/apparmor/-/issues/450 for more in

[apparmor] policy variables not working as intended

2025-02-07 Thread Ian Merin
I've looked for documentation on variables to determine if I am using them incorrectly but I cannot find very much information about variables. I have created a variable @{lib}=/{,usr/}lib{,64}/ And created a rule as such /@{lib}/**.so* mr, This rule appears to do no