apparmor.d/apparmor.d/profiles-a-f/alcc
beroal a5cafe26ea
aMule, a file sharing program; not all executables (#546)
* aMule, a file sharing program; not all executables

* ABI 4; document directories; amule//shell was deleted
2024-10-06 19:46:12 +00:00

20 lines
412 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Roman Beslik <me@beroal.in.ua>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/alcc
profile alcc @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
@{user_torrents_dirs}/{,**} r,
include if exists <local/alcc>
}
# vim:syntax=apparmor