# apparmor.d - Full set of apparmor profiles # Copyright (C) 2019-2021 Mikhail Morfikov # Copyright (C) 2021-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{bin}/{zenmap,nmapfe} profile zenmap @{exec_path} { include include include include include include include signal (send) set=(term, kill) peer=nmap, @{exec_path} r, @{bin}/python3.@{int} r, @{bin}/nmap rPx, owner @{HOME}/ r, owner @{HOME}/.zenmap/ rw, owner @{HOME}/.zenmap/** rwk, # For nmap xml files owner @{HOME}/*.xml rw, owner @{PROC}/@{pid}/mountinfo r, owner @{PROC}/@{pid}/mounts r, /etc/fstab r, /usr/share/zenmap/** r, owner @{tmp}/* rw, owner @{tmp}/zenmap-stdout-* rw, include if exists } # vim:syntax=apparmor