diff --git a/profiles/apparmor.d/curl b/profiles/apparmor.d/curl index 369369877..cbee547fe 100644 --- a/profiles/apparmor.d/curl +++ b/profiles/apparmor.d/curl @@ -27,6 +27,9 @@ profile curl /usr/bin/curl { # (see --config, --cacert options) file r @{HOME}/**, + # allow reading data/config from tmp + owner file r /tmp/**, + # allow writing output to $HOME, /tmp (see -o option) file w @{HOME}/**, file w /tmp/**,