apparmor.d/apparmor.d/profiles-a-f/atftpd
Mikhail Morfikov 35a281d045
update apparmor profiles
Signed-off-by: Alexandre Pujol <alexandre@pujol.io>
2022-04-26 22:30:01 +01:00

27 lines
646 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2017-2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}{s,}bin/atftpd
profile atftpd @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice>
# For libwrap (TCP Wrapper) support
include <abstractions/hosts_access>
# to run atftpd daemon as nobody/nogroup
capability setgid,
capability setuid,
@{exec_path} mr,
# FTP dirs (add "w" if you need write permissions and hence upload files)
/tftpboot/{,**} r,
/srv/tftp/{,**} r,
include if exists <local/atftpd>
}