2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-10-11 13:56:44 +00:00

utils: tests: mark detached mount as tools wrong

The tools are wrong in parsing the detached mount test.

Until that can be fixed, mark the tools as wrong.

Signed-off-by: John Johansen <john.johansen@canonical.com>
(cherry picked from commit 2b9f2d2cb7)
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen
2025-04-04 16:44:11 -07:00
parent 40d7eeec32
commit a8c45527f1

View File

@@ -429,6 +429,9 @@ syntax_failure = (
# network port range # network port range
'network/network_ok_17.sd', 'network/network_ok_17.sd',
# detached mount
'mount/ok_opt_86.sd',
) )