mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
27 lines
1,018 B
Text
27 lines
1,018 B
Text
![]() |
# 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>
|