]> git.pld-linux.org Git - packages/apparmor-parser.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 May 2008 20:53:13 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-parser-fixes.patch -> 1.1

apparmor-parser-fixes.patch [new file with mode: 0644]

diff --git a/apparmor-parser-fixes.patch b/apparmor-parser-fixes.patch
new file mode 100644 (file)
index 0000000..ebc97bc
--- /dev/null
@@ -0,0 +1,13 @@
+Index: rc.apparmor.functions
+===================================================================
+--- rc.apparmor.functions      (wersja 1266)
++++ rc.apparmor.functions      (kopia robocza)
+@@ -375,7 +375,7 @@
+       retval=0
+       sed -e "s/ (\(enforce\|complain\))$//" "$SFS_MOUNTPOINT/profiles" | while read profile ; do
+-              if ( echo "${profile}" | grep -q "^/" ] ; then
++              if ( echo "${profile}" | grep -qv "^/" ] ; then
+                       profile="profile_$profile";
+               fi
+               echo "\"$profile\" { }" | $PARSER -R >/dev/null
This page took 0.134634 seconds and 4 git commands to generate.