]> git.pld-linux.org Git - packages/apparmor-parser.git/blob - apparmor-parser-fixes.patch
- up to svn 1276
[packages/apparmor-parser.git] / apparmor-parser-fixes.patch
1 Index: rc.apparmor.functions
2 ===================================================================
3 --- rc.apparmor.functions       (wersja 1266)
4 +++ rc.apparmor.functions       (kopia robocza)
5 @@ -375,7 +375,7 @@
6  
7         retval=0
8         sed -e "s/ (\(enforce\|complain\))$//" "$SFS_MOUNTPOINT/profiles" | while read profile ; do
9 -               if ( echo "${profile}" | grep -q "^/" ] ; then
10 +               if ( echo "${profile}" | grep -qv "^/" ] ; then
11                         profile="profile_$profile";
12                 fi
13                 echo "\"$profile\" { }" | $PARSER -R >/dev/null
This page took 0.020701 seconds and 3 git commands to generate.