2024-09-12 15:10:02 -03:00
|
|
|
#------------------------------------------------------------------
|
|
|
|
# Copyright (C) 2024 Canonical Ltd.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#------------------------------------------------------------------
|
|
|
|
# vim: ft=apparmor
|
|
|
|
|
|
|
|
abi <abi/4.0>,
|
|
|
|
|
|
|
|
include <tunables/global>
|
|
|
|
|
|
|
|
profile nc.openbsd /usr/bin/nc.openbsd {
|
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/nameservice>
|
|
|
|
|
2024-09-13 10:55:42 -03:00
|
|
|
file rw /**,
|
2024-09-12 15:10:02 -03:00
|
|
|
|
2024-09-18 10:59:05 -03:00
|
|
|
# we need to enable all networking in order to allow DCCP (this also allows unix sockets)
|
|
|
|
network,
|
|
|
|
|
2024-09-12 15:10:02 -03:00
|
|
|
/usr/bin/nc.openbsd mr,
|
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
2024-09-13 10:56:22 -03:00
|
|
|
include if exists <local/nc.openbsd>
|
2024-09-12 15:10:02 -03:00
|
|
|
}
|