]> git.pld-linux.org Git - packages/apparmor-parser.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Jun 2008 21:08:34 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-parser-fixes.patch -> 1.2

apparmor-parser-fixes.patch [deleted file]

diff --git a/apparmor-parser-fixes.patch b/apparmor-parser-fixes.patch
deleted file mode 100644 (file)
index ebc97bc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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.154315 seconds and 4 git commands to generate.