SELinux-Refpolicy 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: [PATCH] new sddm V2
Date: Mon, 28 Mar 2022 10:16:05 -0400	[thread overview]
Message-ID: <dde328cb-b11c-90f0-3ca9-2d6a1322a356@ieee.org> (raw)
In-Reply-To: <YkBVT85AnJ4kwaof@xev.coker.com.au>

On 3/27/22 08:15, Russell Coker wrote:
> This patch addresses all previous issues and I think it's ready to merge.
> 
> Signed-off-by: Russell Coker <russell@coker.com.au>
> 
> Index: refpolicy-2.20220326/policy/modules/services/xserver.te
> ===================================================================
> --- refpolicy-2.20220326.orig/policy/modules/services/xserver.te
> +++ refpolicy-2.20220326/policy/modules/services/xserver.te
> @@ -62,6 +62,10 @@ gen_tunable(xserver_object_manager, fals
>   ## </desc>
>   gen_tunable(xserver_allow_dri, false)
>   
> +# for sddm to use pam for greeter
> +role xdm_r;
> +allow system_r xdm_r;
> +
>   attribute x_domain;
>   
>   # X Events
> @@ -145,6 +149,7 @@ fs_associate_tmpfs(xconsole_device_t)
>   files_associate_tmp(xconsole_device_t)
>   
>   type xdm_t;
> +role xdm_r types xdm_t;
>   type xdm_exec_t;
>   auth_login_pgm_domain(xdm_t)
>   init_domain(xdm_t, xdm_exec_t)
> @@ -843,6 +848,9 @@ manage_files_pattern(xserver_t, xdm_tmp_
>   manage_lnk_files_pattern(xserver_t, xdm_tmp_t, xdm_tmp_t)
>   manage_sock_files_pattern(xserver_t, xdm_tmp_t, xdm_tmp_t)
>   
> +# for sddm to use pam for greeter, sddm greeter needs execmod
> +allow xdm_t xdm_tmpfs_t:file execmod;
> +
>   # Run Xorg.wrap
>   can_exec(xserver_t, xserver_exec_t)
>   
> @@ -1009,3 +1017,6 @@ allow xserver_unconfined_type { x_domain
>   allow xserver_unconfined_type xextension_type:x_extension { query use };
>   allow xserver_unconfined_type { x_domain xserver_t }:x_resource { read write };
>   allow xserver_unconfined_type xevent_type:{ x_event x_synthetic_event } { send receive };
> +
> +# for sddm to use pam for greeter
> +gen_user(xdm,, xdm_r, s0, s0)
> Index: refpolicy-2.20220326/config/appconfig-mcs/seusers
> ===================================================================
> --- refpolicy-2.20220326.orig/config/appconfig-mcs/seusers
> +++ refpolicy-2.20220326/config/appconfig-mcs/seusers
> @@ -1,2 +1,3 @@
>   root:unconfined_u:s0-mcs_systemhigh
>   __default__:unconfined_u:s0-mcs_systemhigh
> +sddm:xdm:s0
> Index: refpolicy-2.20220326/config/appconfig-mcs/xdm_default_contexts
> ===================================================================
> --- /dev/null
> +++ refpolicy-2.20220326/config/appconfig-mcs/xdm_default_contexts
> @@ -0,0 +1 @@
> +system_r:xdm_t:s0		system_r:xdm_t:s0
> Index: refpolicy-2.20220326/config/appconfig-mls/xdm_default_contexts
> ===================================================================
> --- /dev/null
> +++ refpolicy-2.20220326/config/appconfig-mls/xdm_default_contexts
> @@ -0,0 +1 @@
> +system_r:xdm_t:s0		system_r:xdm_t:s0
> Index: refpolicy-2.20220326/config/appconfig-standard/xdm_default_contexts
> ===================================================================
> --- /dev/null
> +++ refpolicy-2.20220326/config/appconfig-standard/xdm_default_contexts
> @@ -0,0 +1 @@
> +system_r:xdm_t		system_r:xdm_t
> Index: refpolicy-2.20220326/config/appconfig-mls/seusers
> ===================================================================
> --- refpolicy-2.20220326.orig/config/appconfig-mls/seusers
> +++ refpolicy-2.20220326/config/appconfig-mls/seusers
> @@ -1,2 +1,3 @@
>   root:root:s0-mls_systemhigh
>   __default__:user_u:s0
> +sddm:xdm:s0
> Index: refpolicy-2.20220326/config/appconfig-standard/seusers
> ===================================================================
> --- refpolicy-2.20220326.orig/config/appconfig-standard/seusers
> +++ refpolicy-2.20220326/config/appconfig-standard/seusers
> @@ -1,2 +1,3 @@
>   root:root
>   __default__:user_u
> +sddm:xdm:s0

Merged.

-- 
Chris PeBenito

      reply	other threads:[~2022-03-28 14:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-27 12:15 [PATCH] new sddm V2 Russell Coker
2022-03-28 14:16 ` Chris PeBenito [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=dde328cb-b11c-90f0-3ca9-2d6a1322a356@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 read-only IMAP folder(s) and NNTP newsgroup(s).