* aMule, a file sharing program; not all executables * ABI 4; document directories; amule//shell was deleted
22 lines
458 B
Text
22 lines
458 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}/ed2k
|
|
profile ed2k @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/consoles>
|
|
|
|
@{exec_path} mr,
|
|
|
|
owner @{HOME}/.aMule/ED2KLinks w,
|
|
owner @{HOME}/.aMule/ED2KLinks_lock wk,
|
|
|
|
include if exists <local/ed2k>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|