Previous working rule "mount options=(rw, rslave) /," fails with apparmor 3.1.4
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AppArmor |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
We see integration test failures on arch linux related to apparmor, e.g. https:/
It looks like it's this rule:
```
mount options=(rw, rslave) /,
```
The error is the following:
```
...
2023-06-
2023-06-
2023-06-
2023-06-
2023-06-
2023-06-
...
2023-06-
2023-06-
...
```
the profile is here: https:/
This might be releated to https:/
I created https:/
description: | updated |
Changed in apparmor: | |
status: | New → Fix Released |
3.1.4 contains the mount fixes so it would appear to be a bug in those patches. This may indeed be related to https:/ /bugs.launchpad .net/apparmor/ +bug/1648245, though it is distinct in that that bug results in compiling the profile but a failure to match, so lets keep the two bugs separate for now.
I replicated this, and find the failure reported to be throw
unsupported mount option value 'abc'
which would indicate a memory bug.