From cf6aeb5b946754b3719ea9e7069fea124f1d8ce2 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 19 Feb 2023 20:23:37 +0000 Subject: [PATCH] fix: rPX -> rPx --- apparmor.d/profiles-s-z/snapd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apparmor.d/profiles-s-z/snapd b/apparmor.d/profiles-s-z/snapd index 5fe9d60c..08593ffd 100644 --- a/apparmor.d/profiles-s-z/snapd +++ b/apparmor.d/profiles-s-z/snapd @@ -55,9 +55,9 @@ profile snapd @{exec_path} { @{exec_path} mr, - /{usr/,}{s,}bin/adduser rPX, - /{usr/,}{s,}bin/groupadd rPX, - /{usr/,}{s,}bin/useradd rPX, + /{usr/,}{s,}bin/adduser rPx, + /{usr/,}{s,}bin/groupadd rPx, + /{usr/,}{s,}bin/useradd rPx, /{usr/,}bin/cloud-init rPUx, # TODO: rPx ? limited to ubtuntu core, otherwise out of scope /{usr/,}bin/hostnamectl rPx, /{usr/,}bin/ssh-keygen rPx,