mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Several log examples result in rules where the 'owner' conditional should be added. With logparser.py fixed to handle owner-only events, we need to add the owner conditional to several test_multi/*.profile files. I verified all log files for the changed profiles and made sure that - the log line contains fsuid= and ouid= - fsuid == ouid I also did a quick check on all log events containing ouid= and for those with fsuid == ouid, I checked that the profile has the owner conditional. Acked-by: Seth Arnold <seth.arnold@canonical.com> for trunk and 2.11 (see mail from 2017-07-31)