apparmor/tests
John Johansen 4831a854fe Merge Initial profile for tar binary
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>
2025-02-03 21:46:36 +00:00
..
bin tests: add tool for observing the profile of a given command 2025-01-23 13:53:45 +01:00
profiles Merge Initial profile for tar binary 2025-02-03 21:46:36 +00:00
regression tests: mark more regression test as known-failures 2025-01-28 14:56:02 +01:00
snapd/mount-control tests: snapd/mount-control: allow paths used on openSUSE 2025-01-10 11:09:36 +01:00
stress tests: fix make clean target 2018-11-16 14:16:07 -08:00
unit tests: run autotools test verbosely 2025-01-10 14:04:55 +01:00
checkstyle2junit.xslt CI: add shellcheck job, with minimum severity set to error 2022-02-13 19:43:48 +00:00
Makefile all: Use the MAKE variable 2017-11-01 23:22:53 +00:00