diff --git a/profiles/apparmor.d/curl b/profiles/apparmor.d/curl index cbee547fe..db63bd4db 100644 --- a/profiles/apparmor.d/curl +++ b/profiles/apparmor.d/curl @@ -42,6 +42,10 @@ profile curl /usr/bin/curl { network inet6 stream, network inet6 dgram, + # Allow access to the snap socket until we can revisit it with delegation + # or profile refactoring + file rw @{run}/snapd.socket, + # Site-specific additions and overrides. See local/README for details. include if exists }