apparmor/profiles/apparmor.d/abstractions/xad
Christian Boltz 9fc8e43c67
abstractions: remove '#' from 'include if exists'
This matches what we use in the profiles for local abstractions.

Also adjust the check in the Makefile to expect the variant without '#'.
2020-05-30 19:53:49 +02:00

30 lines
984 B
Text

# ------------------------------------------------------------------
#
# Copyright (C) 2007 Novell/SUSE
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
abi <abi/3.0>,
/opt/novell/xad/lib/ r,
/opt/novell/xad/lib/lib*.so* mr,
/opt/novell/xad/lib/gss/*.so* mr,
/opt/novell/lib/libpthread_ext*.so* mr,
/opt/novell/lib/libccs2.so* mr,
/opt/novell/xad/lib64/ r,
/opt/novell/xad/lib64/lib*.so* mr,
/opt/novell/xad/lib64/gss/*.so* mr,
/opt/novell/lib64/libpthread_ext*.so* mr,
/opt/novell/lib64/libccs2.so* mr,
/etc/opt/novell/xad/krb5.conf r,
/etc/opt/novell/nici.cfg r,
/var/opt/novell/nici/* r,
/var/opt/novell/nici/*/ r,
/var/opt/novell/nici/*/* rw,
# Include additions to the abstraction
include if exists <abstractions/xad.d>