apparmor.d/profiles/mimetype
2021-04-01 16:17:47 +01:00

31 lines
694 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2020-2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/mimetype
profile mimetype @{exec_path} {
include <abstractions/base>
include <abstractions/perl>
@{exec_path} r,
/usr/bin/perl r,
/usr/share/mime/**.xml r,
/usr/share/mime/globs r,
/usr/share/mime/aliases r,
/usr/share/mime/magic r,
owner @{HOME}/.local/share/mime/**.xml r,
owner @{HOME}/.local/share/mime/globs r,
owner @{HOME}/.local/share/mime/aliases r,
owner @{HOME}/.local/share/mime/magic r,
# To read files
/** r,
include if exists <local/mimetype>
}