mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00

The in x intersection consistency test for minimization was failing because it was screening off the AA_MAY_EXEC permission before passing the exec information to the consistency test fn. This resulted in the consistency test fn not testing the consistency because it treated the permission set as not having x permissions. Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-By: Steve Beattie <sbeattie@ubuntu.com>
11 lines
159 B
Text
11 lines
159 B
Text
#
|
|
#=DESCRIPTION test for conflict resolution in minimization phase of dfa gen
|
|
#=EXRESULT FAIL
|
|
#=TODO
|
|
#
|
|
/usr/bin/foo {
|
|
/b* px,
|
|
/* Pixr,
|
|
/a* Cx -> foo,
|
|
}
|
|
|