apparmor: update to 3.0

skip ptest for now, on todo list for fix.
Runtime test pass

remove patch now included in update: 0001-regression-tests-Don-t-build-syscall_sysctl-if-missi.patch

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2020-10-03 09:35:38 -07:00
committed by Armin Kuster
parent 21489a2942
commit b8c437bf70
5 changed files with 158 additions and 136 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ clear_cache_var() {
read_features_dir()
{
for f in `ls -AU "$1"` ; do
for f in `ls -A "$1"` ; do
if [ -f "$1/$f" ] ; then
read -r KF < "$1/$f" || true
echo -n "$f {$KF } "