All of lore.kernel.org
 help / color / mirror / Atom feed
From: cpebenito@tresys.com (Christopher J. PeBenito)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH 1/1] Allow xfce (and most likely other DEs) to properly work with the authorization information
Date: Mon, 14 Feb 2011 09:47:53 -0500	[thread overview]
Message-ID: <4D594099.9040507@tresys.com> (raw)
In-Reply-To: <20110206151446.GA13019@siphos.be>

On 2/6/2011 10:14 AM, Sven Vermeulen wrote:
> On my system, I use XFCE and start X from the commandline (using "startx")
> rather than through a graphical DM. During the start-up, XFCE4 creates
> temporary ICE files in /tmp (like /tmp/.xfsm-ICE-ABCDEF) which are later
> read in by iceauth and at some point X.
>
> I'm not that good at the entire ICE stuff, but without this, I was unable to
> shut down my session ("log off").

What specific process was creating the files?  Do you still have the 
logs?  I'm interested in seeing them, as user processes creating ICE 
files seems wrong.

> Signed-off-by: Sven Vermeulen<sven.vermeulen@siphos.be>
> ---
>   policy/modules/services/xserver.te |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te
> index 33b91be..34ed5a7 100644
> --- a/policy/modules/services/xserver.te
> +++ b/policy/modules/services/xserver.te
> @@ -234,9 +234,11 @@ userdom_user_home_dir_filetrans(iceauth_t, iceauth_home_t, file)
>
>   allow xdm_t iceauth_home_t:file read_file_perms;
>
> +files_search_tmp(iceauth_t)
>   fs_search_auto_mountpoints(iceauth_t)
>
>   userdom_use_user_terminals(iceauth_t)
> +userdom_read_user_tmp_files(iceauth_t)
>
>   tunable_policy(`use_nfs_home_dirs',`
>   	fs_manage_nfs_files(iceauth_t)
> @@ -726,6 +728,7 @@ seutil_read_default_contexts(xserver_t)
>   userdom_search_user_home_dirs(xserver_t)
>   userdom_use_user_ttys(xserver_t)
>   userdom_setattr_user_ttys(xserver_t)
> +userdom_read_user_tmp_files(xserver_t)
>   userdom_rw_user_tmpfs_files(xserver_t)
>
>   xserver_use_user_fonts(xserver_t)


-- 
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com

  reply	other threads:[~2011-02-14 14:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-06 15:14 [refpolicy] [PATCH 1/1] Allow xfce (and most likely other DEs) to properly work with the authorization information Sven Vermeulen
2011-02-14 14:47 ` Christopher J. PeBenito [this message]
2011-02-14 15:35   ` Dominick Grift
2011-02-14 18:44   ` Sven Vermeulen
2011-02-18 13:54 ` Christopher J. 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=4D594099.9040507@tresys.com \
    --to=cpebenito@tresys.com \
    --cc=refpolicy@oss.tresys.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.