update apparmor profiles
This commit is contained in:
parent
156f5d4e3b
commit
756e2071e1
55 changed files with 398 additions and 75 deletions
26
apparmor.d/gsimplecal
Normal file
26
apparmor.d/gsimplecal
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# vim:syntax=apparmor
|
||||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2020 Mikhail Morfikov
|
||||
#
|
||||
# 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>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/gsimplecal
|
||||
profile gsimplecal @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/gtk>
|
||||
include <abstractions/fonts>
|
||||
include <abstractions/fontconfig-cache-read>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/gsimplecal>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue