mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
10 lines
197 B
Text
10 lines
197 B
Text
# vim:syntax=apparmor
|
|
# orbit2 permissions
|
|
|
|
abi <abi/3.0>,
|
|
|
|
# system library
|
|
/usr/lib/orbit-2.0/*.so mr,
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/orbit2.d>
|