public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: "Richard W.M. Jones" <rjones@redhat.com>
To: Stefano Brivio <sbrivio@redhat.com>
Cc: passt-dev@passt.top
Subject: Re: [PATCH] apparmor: Fix comments after PID file and AF_UNIX socket creation refactoring
Date: Thu, 23 May 2024 14:08:23 +0100	[thread overview]
Message-ID: <20240523130823.GZ4345@redhat.com> (raw)
In-Reply-To: <20240523111917.1745151-1-sbrivio@redhat.com>

On Thu, May 23, 2024 at 01:19:17PM +0200, Stefano Brivio wrote:
> Now:
> - we don't open the PID file in main() anymore
> - PID file and AF_UNIX socket are opened by pidfile_open() and
>   tap_sock_unix_open()
> - write_pidfile() becomes pidfile_write()
> 
> Reported-by: Richard W.M. Jones <rjones@redhat.com>
> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
> ---
>  contrib/apparmor/abstractions/pasta | 2 +-
>  contrib/apparmor/usr.bin.passt      | 9 ++++++---
>  contrib/apparmor/usr.bin.pasta      | 9 ++++++---
>  3 files changed, 13 insertions(+), 7 deletions(-)
> 
> diff --git a/contrib/apparmor/abstractions/pasta b/contrib/apparmor/abstractions/pasta
> index 581ad1b..9f73bee 100644
> --- a/contrib/apparmor/abstractions/pasta
> +++ b/contrib/apparmor/abstractions/pasta
> @@ -27,7 +27,7 @@
>    @{PROC}/@{pid}/net/udp		r,
>    @{PROC}/@{pid}/net/udp6		r,
>  
> -  @{run}/user/@{uid}/**			rw,	# pasta_open_ns(), main()
> +  @{run}/user/@{uid}/**			rw,	# pasta_open_ns()
>  
>    @{PROC}/[0-9]*/ns/			r,	# pasta_netns_quit_init(),
>    @{PROC}/[0-9]*/ns/net			r,	# pasta_wait_for_ns(),
> diff --git a/contrib/apparmor/usr.bin.passt b/contrib/apparmor/usr.bin.passt
> index 564f82f..9568189 100644
> --- a/contrib/apparmor/usr.bin.passt
> +++ b/contrib/apparmor/usr.bin.passt
> @@ -19,9 +19,12 @@ profile passt /usr/bin/passt{,.avx2} {
>    include <abstractions/passt>
>  
>    # Alternatively: include <abstractions/user-tmp>
> -  owner /tmp/**				w,	# tap_sock_unix_init(), pcap(),
> -						# write_pidfile(),
> +  owner /tmp/**				w,	# tap_sock_unix_open(),
> +						# tap_sock_unix_init(), pcap(),
> +						# pidfile_open(),
> +						# pidfile_write(),
>  						# logfile_init()
>  
> -  owner @{HOME}/**			w,	# pcap(), write_pidfile()
> +  owner @{HOME}/**			w,	# pcap(), pidfile_open(),
> +						# pidfile_write()
>  }
> diff --git a/contrib/apparmor/usr.bin.pasta b/contrib/apparmor/usr.bin.pasta
> index bdfeb71..2483968 100644
> --- a/contrib/apparmor/usr.bin.pasta
> +++ b/contrib/apparmor/usr.bin.pasta
> @@ -19,10 +19,13 @@ profile pasta /usr/bin/pasta{,.avx2} flags=(attach_disconnected) {
>    include <abstractions/pasta>
>  
>    # Alternatively: include <abstractions/user-tmp>
> -  /tmp/**				rw,	# tap_sock_unix_init(), pcap(),
> -						# write_pidfile(),
> +  /tmp/**				rw,	# tap_sock_unix_open(),
> +						# tap_sock_unix_init(), pcap(),
> +						# pidfile_open(),
> +						# pidfile_write(),
>  						# logfile_init(),
>  						# pasta_open_ns()
>  
> -  owner @{HOME}/**			w,	# pcap(), write_pidfile()
> +  owner @{HOME}/**			w,	# pcap(), pidfile_open(),
> +						# pidfile_write()
>  }

Seems like a very straightforward and mechanical change, so:

Acked-by: Richard W.M. Jones <rjones@redhat.com>

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html



      reply	other threads:[~2024-05-23 13:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23 11:19 [PATCH] apparmor: Fix comments after PID file and AF_UNIX socket creation refactoring Stefano Brivio
2024-05-23 13:08 ` Richard W.M. Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240523130823.GZ4345@redhat.com \
    --to=rjones@redhat.com \
    --cc=passt-dev@passt.top \
    --cc=sbrivio@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).