16 lines
300 B
Plaintext
16 lines
300 B
Plaintext
# vim:syntax=apparmor
|
|
#
|
|
# for allowing access to gnome-terminal
|
|
#
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <abstractions/gnome>
|
|
|
|
# do not use ux or PUx here. Use at a minimum ix
|
|
/usr/bin/gnome-terminal ix,
|
|
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/ubuntu-gnome-terminal.d>
|