selinux-refpolicy.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris PeBenito <pebenito@ieee.org>
To: Russell Coker <russell@coker.com.au>, selinux-refpolicy@vger.kernel.org
Subject: Re: pulseaudio patch
Date: Thu, 9 Apr 2020 09:39:46 -0400	[thread overview]
Message-ID: <89a9f878-8e6d-644f-6a1d-e1355d882523@ieee.org> (raw)
In-Reply-To: <20200405084400.GC177560@xev>

On 4/5/20 4:44 AM, Russell Coker wrote:
> Patch for pulseaudio against latest GIT
> 
> Signed-off-by: Russell Coker <russell@coker.com.au>
> 
> 
> Index: refpolicy-2.20200209/policy/modules/apps/pulseaudio.te
> ===================================================================
> --- refpolicy-2.20200209.orig/policy/modules/apps/pulseaudio.te
> +++ refpolicy-2.20200209/policy/modules/apps/pulseaudio.te
> @@ -92,6 +92,8 @@ files_pid_filetrans(pulseaudio_t, pulsea
>   
>   manage_dirs_pattern(pulseaudio_t, pulseaudio_xdg_config_t, pulseaudio_xdg_config_t)
>   manage_files_pattern(pulseaudio_t, pulseaudio_xdg_config_t, pulseaudio_xdg_config_t)
> +allow pulseaudio_t pulseaudio_xdg_config_t:file map;
> +
>   xdg_config_filetrans(pulseaudio_t, pulseaudio_xdg_config_t, dir, "pulse")
>   
>   allow pulseaudio_t pulseaudio_client:process signull;
> @@ -146,7 +148,7 @@ miscfiles_read_localization(pulseaudio_t
>   
>   seutil_read_config(pulseaudio_t)
>   
> -userdom_read_user_tmpfs_files(pulseaudio_t)
> +userdom_rw_user_tmpfs_files(pulseaudio_t)
>   userdom_map_user_tmpfs_files(pulseaudio_t)
>   userdom_delete_user_tmpfs_files(pulseaudio_t)
>   userdom_search_user_home_dirs(pulseaudio_t)
> @@ -155,6 +157,7 @@ userdom_search_user_home_content(pulseau
>   userdom_manage_user_tmp_dirs(pulseaudio_t)
>   userdom_manage_user_tmp_files(pulseaudio_t)
>   userdom_manage_user_tmp_sockets(pulseaudio_t)
> +userdom_write_all_user_runtime_named_sockets(pulseaudio_t)

Does not exist in refpolicy.

>   tunable_policy(`pulseaudio_execmem',`
>   	allow pulseaudio_t self:process execmem;
> @@ -224,6 +227,13 @@ optional_policy(`
>   ')
>   
>   optional_policy(`
> +	# for /run/systemd/seats and /run/systemd/sessions
> +	systemd_read_logind_sessions_files(pulseaudio_t)
> +	# for /run/systemd/users/$PID
> +	systemd_read_logind_pids(pulseaudio_t)
> +')
> +
> +optional_policy(`
>   	udev_read_pid_files(pulseaudio_t)
>   	udev_read_state(pulseaudio_t)
>   	udev_read_db(pulseaudio_t)
> 

Merged, though I dropped the one call above which doesn't exist in refpolicy.


-- 
Chris PeBenito

  reply	other threads:[~2020-04-09 13:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-05  8:44 pulseaudio patch Russell Coker
2020-04-09 13:39 ` Chris PeBenito [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-12  2:38 Russell Coker
2020-02-16 15:33 ` Chris PeBenito

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=89a9f878-8e6d-644f-6a1d-e1355d882523@ieee.org \
    --to=pebenito@ieee.org \
    --cc=russell@coker.com.au \
    --cc=selinux-refpolicy@vger.kernel.org \
    /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.
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 NNTP newsgroup(s).