mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
25 lines
599 B
Plaintext
25 lines
599 B
Plaintext
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2018-2022 Mikhail Morfikov
|
|
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{name} = chromium
|
|
@{domain} = org.chromium.Chromium
|
|
@{lib_dirs} = @{lib}/@{name}
|
|
@{config_dirs} = @{user_config_dirs}/@{name}
|
|
@{cache_dirs} = @{user_cache_dirs}/@{name}
|
|
|
|
@{exec_path} = @{lib_dirs}/@{name}
|
|
profile chromium @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/chromium>
|
|
|
|
@{exec_path} mrix,
|
|
|
|
include if exists <local/chromium>
|
|
}
|