What | Removed | Added |
---|---|---|
Flags | needinfo?(sbrivio@redhat.com) | |
Assignee | containers-bugowner@suse.de | danish.prakash@suse.com |
Status | CONFIRMED | IN_PROGRESS |
Created attachment 873985 [details]
apparmor profile fix for pasta
The following patch should do the job. For starters, the permission denied
error was coming from `ptrace` invocation being denied by apparmor. Secondly,
there are denials in accessing `/proc/<pid>/ns/` which, if added to
abstractions/pasta, results in pasta(buildah bud in extension) running as
expected with no issues.