Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:cboltz:AlpArmor
apparmor
apache-extra-profile-include-if-exists.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apache-extra-profile-include-if-exists.diff of Package apparmor
Make the <apache2.d> include optional to avoid problems with empty profile dir. Probably doesn't happen on real systems, but openQA uses an empty profile dir for some tests. Note: the patch gets applied before moving the profile to the extra directory because quilt doesn't run the 'mv' command and therefore fails to patch the profile at its new location (extra profiles directory) Fixes https://bugzilla.opensuse.org/show_bug.cgi?id=1178527 Index: profiles/apparmor/profiles/extras/usr.lib.apache2.mpm-prefork.apache2 =================================================================== --- profiles/apparmor/profiles/extras/usr.lib.apache2.mpm-prefork.apache2.orig 2020-12-02 12:01:37.000000000 +0100 +++ profiles/apparmor/profiles/extras/usr.lib.apache2.mpm-prefork.apache2 2021-01-22 12:19:45.964708670 +0100 @@ -75,7 +75,7 @@ include <tunables/global> # This directory contains web application # package-specific apparmor files. - include <apache2.d> + include if exists <apache2.d> # Site-specific additions and overrides. See local/README for details. include if exists <local/usr.lib.apache2.mpm-prefork.apache2>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor