mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Profile for `tar` package. In order to test this, I've diffed the output of the `tar`'s testsuite with and without the profile: ``` sudo apt build-dep tar apt source tar cd tar-*/ ./configure cd tests/ ./testsuite > without_profile.log apparmor_parser ~/tar ./testsuite > with_profile.log diff without_profile.log with_profile.log # should not output anything echo $? # should be zero ``` Additionally, [the testsuite available on QRT](https://git.launchpad.net/qa-regression-testing/tree/scripts/test-tar.py) for the `tar` package should continue to pass after loading the profile. MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1453 Approved-by: John Johansen <john@jjmx.net> Merged-by: John Johansen <john@jjmx.net>