mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 12:50:19 +00:00
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:
committed by
Armin Kuster
parent
21489a2942
commit
b8c437bf70
@@ -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 } "
|
||||
|
||||
Reference in New Issue
Block a user