From 00a1610c23c16b41b1906cdeb0ba8a61fc04d1e4 Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Sun, 24 Dec 2023 17:19:56 -0300 Subject: [PATCH] systemd/apt-news.service: rename apparmor profile: ubuntu_advantage_apt_news to ubuntu_pro_apt_news --- systemd/apt-news.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/apt-news.service b/systemd/apt-news.service index 3dcf1a3650..2bab966bdd 100644 --- a/systemd/apt-news.service +++ b/systemd/apt-news.service @@ -14,7 +14,7 @@ Description=Update APT News [Service] Type=oneshot ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/apt_news.py -AppArmorProfile=ubuntu_advantage_apt_news +AppArmorProfile=ubuntu_pro_apt_news CapabilityBoundingSet=~CAP_SYS_ADMIN CapabilityBoundingSet=~CAP_NET_ADMIN CapabilityBoundingSet=~CAP_NET_BIND_SERVICE