mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
27 lines
1018 B
Plaintext
27 lines
1018 B
Plaintext
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2020 Canonical Ltd.
|
|
#
|
|
# 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
# Author: Jamie Strandboge <jamie@canonical.com>
|
|
|
|
# For site-specific adjustments, please see:
|
|
# /etc/apparmor.d/local/chromium-browser
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <abstractions/ubuntu-browsers.d/plugins-common>
|
|
include <abstractions/ubuntu-browsers.d/mailto>
|
|
include <abstractions/ubuntu-browsers.d/multimedia>
|
|
include <abstractions/ubuntu-browsers.d/productivity>
|
|
include <abstractions/ubuntu-browsers.d/java>
|
|
include <abstractions/ubuntu-browsers.d/kde>
|
|
include <abstractions/ubuntu-browsers.d/text-editors>
|
|
include <abstractions/ubuntu-browsers.d/ubuntu-integration>
|
|
include <abstractions/ubuntu-browsers.d/user-files>
|