From 816628cfe821bc4d8e307a8f37a4d6b77eae5df8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 13 Dec 2011 09:16:34 +0000 Subject: [PATCH] - missing pipe Changed files: apparmor-parser-bzr.patch -> 1.5 --- apparmor-parser-bzr.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apparmor-parser-bzr.patch b/apparmor-parser-bzr.patch index eeb4314..a5edeef 100644 --- a/apparmor-parser-bzr.patch +++ b/apparmor-parser-bzr.patch @@ -48,7 +48,7 @@ - cat "$MODULE_PLIST" | while read profile ; do + # We filter child profiles as removing the parent will remove + # the children -+ sed -e "s/ (\(enforce\|complain\))$//" "$SFS_MOUNTPOINT/profiles" \ ++ sed -e "s/ (\(enforce\|complain\))$//" "$SFS_MOUNTPOINT/profiles" | \ + LC_COLLATE=C sort | grep -v // | while read profile ; do echo -n "$profile" > "$SFS_MOUNTPOINT/.remove" rc=$? -- 2.44.0