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
This commit is contained in:
parent
ce3813133f
commit
a5cafe26ea
7 changed files with 154 additions and 0 deletions
25
apparmor.d/profiles-a-f/cas
Normal file
25
apparmor.d/profiles-a-f/cas
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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}/cas
|
||||
profile cas @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{system_share_dirs}/cas/{,**} r,
|
||||
|
||||
owner @{HOME}/.aMule/aMule-online-sign.html w,
|
||||
owner @{HOME}/.aMule/amulesig.dat r,
|
||||
owner @{HOME}/.aMule/casrc rw,
|
||||
|
||||
include if exists <local/cas>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
Loading…
Add table
Add a link
Reference in a new issue