View | Details | Raw Unified | Return to bug 152015
Collapse All | Expand All

(-)/usr/share/YaST2/modules/YaPI/HTTPDModules.pm (-8 lines)
Lines 814-827 Link Here
814
                    required  => 0,
814
                    required  => 0,
815
                    suggested => 0,
815
                    suggested => 0,
816
                    position  => 520
816
                    position  => 520
817
    },
818
    'apparmor' => {
819
                    summary   => 'Provides support for AppArmor subprocess confinement within apache',
820
                    packages  => ["apache2-mod-apparmor"],
821
                    default   => 0,
822
                    required  => 0,
823
                    suggested => 0,
824
                    position  => 530
825
    }
817
    }
826
);
818
);
827
819

Return to bug 152015