2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 13:58:22 +00:00

Merge branch 'bsc1192336' into 'master'

profiles/apparmor.d: Fix file_mmap violation for bsc#1192336.

See merge request apparmor/apparmor!819

Acked-by: Christian Boltz <apparmor@cboltz.de> for 3.0 and master
This commit is contained in:
Christian Boltz 2021-12-20 18:06:40 +00:00
commit fc4d1f76fa

View File

@ -13,6 +13,8 @@ profile samba-bgqd /usr/lib*/samba/samba-bgqd {
@{PROC}/sys/kernel/core_pattern r,
@{run}/samba/samba-bgqd.pid wk,
/usr/lib*/samba/samba-bgqd m,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/samba-bgqd>
}