Bugzilla – Attachment 874005 Details for
Bug 1221840
podman with pasta (passt) fails with apparmor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
updated comments
passt.patch (text/plain), 866 bytes, created by
Danish Prakash
on 2024-04-02 14:15:44 UTC
(
hide
)
Description:
updated comments
Filename:
MIME Type:
Creator:
Danish Prakash
Created:
2024-04-02 14:15:44 UTC
Size:
866 bytes
patch
obsolete
>diff --git a/contrib/apparmor/abstractions/pasta b/contrib/apparmor/abstractions/pasta >index a890391..9cf0ab2 100644 >--- a/contrib/apparmor/abstractions/pasta >+++ b/contrib/apparmor/abstractions/pasta >@@ -29,6 +29,7 @@ > > @{run}/user/@{uid}/netns/* r, # pasta_open_ns(), pasta.c > >+ @{PROC}/[0-9]*/ns/ r, # pasta_netns_quit_init(), > @{PROC}/[0-9]*/ns/net r, # pasta_wait_for_ns(), > @{PROC}/[0-9]*/ns/user r, # conf_pasta_ns() > >diff --git a/contrib/apparmor/usr.bin.pasta b/contrib/apparmor/usr.bin.pasta >index e5ee4df..29e82e8 100644 >--- a/contrib/apparmor/usr.bin.pasta >+++ b/contrib/apparmor/usr.bin.pasta >@@ -23,5 +23,7 @@ profile pasta /usr/bin/pasta{,.avx2} flags=(attach_disconnected) { > # write_pidfile(), > # logfile_init() > >+ ptrace, # pasta_open_ns() >+ > owner @{HOME}/** w, # pcap(), write_pidfile() > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 1221840
:
873715
|
873969
|
873970
|
873985
| 874005 |
874006