Apparmor profile for unbound log: различия между версиями

Материал из support.qbpro.ru
(Новая страница: « mcedit /etc/apparmor.d/usr.sbin.unbound * Add this line (Here you should write a path to your "unbound.log" file. ): # Site-specific additions and overrides for usr.sbin.unbound. # For more details, please see /etc/apparmor.d/local/README. /var/log/unbound/unbound.log rw, Reload apparmor config and restart unbound services: apparmor_parser -r /etc/apparmor.d/usr.sbin.unbound service unbound restart or systemctl restart unbound»)
 
(нет различий)

Текущая версия от 04:25, 16 февраля 2024

mcedit  /etc/apparmor.d/usr.sbin.unbound
  • Add this line (Here you should write a path to your "unbound.log" file. ):
# Site-specific additions and overrides for usr.sbin.unbound.
# For more details, please see /etc/apparmor.d/local/README.
/var/log/unbound/unbound.log rw,

Reload apparmor config and restart unbound services:

apparmor_parser -r /etc/apparmor.d/usr.sbin.unbound
service unbound restart

or

systemctl restart unbound