]> git.pld-linux.org Git - packages/apparmor-parser.git/commitdiff
- updated for 2.0.2-566 auto/th/apparmor-parser-2_0_2_566-0_3
authorzbyniu <zbyniu@pld-linux.org>
Fri, 13 Apr 2007 23:56:51 +0000 (23:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-parser-init-args.patch -> 1.2

apparmor-parser-init-args.patch

index d692abdee782b4d51c65a4cf4aeebfab61378514..accbde05d05f07de41ff87f10464f0d4289a0845 100644 (file)
@@ -31,7 +31,7 @@ Index: trunk-forge/parser/rc.apparmor.functions
                        PARSER_MSG="Reloading AppArmor profiles "
                        ;;
                *)
-@@ -143,7 +144,7 @@ parse_profiles() {
+@@ -151,7 +152,7 @@ parse_profiles() {
                        logger -t "AppArmor(init)" -p daemon.warn "Skipping profile $profile"
                        STATUS=2
                elif [ -f "${profile}" ] ; then
@@ -40,10 +40,10 @@ Index: trunk-forge/parser/rc.apparmor.functions
                        if [ $? -ne 0 ]; then
                                echo " Profile $profile failed to load"
                                STATUS=1
-@@ -180,7 +181,7 @@ profiles_names_list() {
-               then 
-                       echo "nop" >/dev/null
-               elif [ -f "${profile}" ] ; then
+@@ -183,7 +184,7 @@ profiles_names_list() {
+       for profile in $PROFILE_DIR/*; do
+               if ! skip_profile "${profile}" && [ -f "${profile}" ] ; then
 -                      LIST_ADD=$($PARSER $ABSTRACTIONS -N "$profile" | grep -v '\^')
 +                      LIST_ADD=$($PARSER $ABSTRACTIONS ${AA_PARSER_ARGS} -N "$profile" | grep -v '\^')
                        if [ $? -eq 0 ]; then
This page took 0.037325 seconds and 4 git commands to generate.