22 May
2024
22 May
'24
11:03 p.m.
On Fri, 17 May 2024 13:50:54 +0200
Maxime Bélair
Commit b686afa2 introduced the invalid apparmor rule `mount options=(rw, runbindable) /,` since runbindable mount rules cannot have a source.
Therefore running aa-logprof/aa-genprof will trigger errors (see https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2065685)
$ sudo aa-logprof ERROR: Operation {'runbindable'} cannot have a source. Source = AARE('/')
This patch fixes it to the intended behavior.
Signed-off-by: Maxime Bélair
Applied, thanks! -- Stefano