1
0
mirror of https://passt.top/passt synced 2024-07-05 01:12:41 +00:00
passt/contrib/apparmor
Maxime Bélair 3ff3a8a467 apparmor: Fix passt abstraction
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.

Link: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2065685
Fixes: b686afa23e ("apparmor: Explicitly pass options we use while remounting root filesystem")
Signed-off-by: Maxime Bélair <maxime.belair@canonical.com>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
2024-05-22 23:16:27 +02:00
..
abstractions apparmor: Fix passt abstraction 2024-05-22 23:16:27 +02:00
usr.bin.passt apparmor: Add pasta's own profile 2023-09-07 00:31:35 +02:00
usr.bin.pasta apparmor: allow netns paths on /tmp 2024-05-13 23:02:18 +02:00