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

- drop out dated maintenance comment - cleanup profile name rules, and fix a few broken references - /usr/lib -> /{usr,}/lib - lib -> lib{,32,64} MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/611 Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Acked-by: Steve Beattie <steve.beattie@canonical.com>
26 lines
1,018 B
Text
26 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>
|