All of lore.kernel.org
 help / color / mirror / Atom feed
From: sven.vermeulen@siphos.be (Sven Vermeulen)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH 05/15] Allow mozilla/firefox to manage tempfiles
Date: Sat, 16 Apr 2011 14:30:51 +0200	[thread overview]
Message-ID: <20110416123051.GA13024@siphos.be> (raw)
In-Reply-To: <4D89F14D.5070500@tresys.com>

On Wed, Mar 23, 2011 at 09:10:37AM -0400, Christopher J. PeBenito wrote:
> On 03/09/11 16:11, Sven Vermeulen wrote:
> > +type mozilla_tmp_t;
> > +files_tmp_file(mozilla_tmp_t)
> > +ubac_contrained(mozilla_tmp_t)
> > +
> >  ########################################
> >  #
> >  # Local policy
> > @@ -68,6 +72,10 @@ manage_fifo_files_pattern(mozilla_t, mozilla_tmpfs_t, mozilla_tmpfs_t)
> >  manage_sock_files_pattern(mozilla_t, mozilla_tmpfs_t, mozilla_tmpfs_t)
> >  fs_tmpfs_filetrans(mozilla_t, mozilla_tmpfs_t, { file lnk_file sock_file fifo_file })
> >  
> > +manage_files_pattern(mozilla_t, mozilla_tmp_t, mozilla_tmp_t)
> > +manage_dirs_pattern(mozilla_t, mozilla_tmp_t, mozilla_tmp_t)
> > +files_tmp_filetrans(mozilla_t, mozilla_tmp_t, { file dir } )
> > +
> >  kernel_read_kernel_sysctls(mozilla_t)
> >  kernel_read_network_state(mozilla_t)
> >  # Access /proc, sysctl

The mozilla_tmp_t is used by firefox to create
/tmp/plugtmp/plugin-crossdomain.xml (for instance while viewing Youtube
streams).

> > @@ -142,6 +150,8 @@ miscfiles_dontaudit_setattr_fonts_dirs(mozilla_t)
> >  sysnet_dns_name_resolve(mozilla_t)
> >  
> >  userdom_use_user_ptys(mozilla_t)
> > +userdom_manage_user_tmp_files(mozilla_t)
> > +userdom_manage_user_tmp_sockets(mozilla_t)
> 
> Do you have more info on these?  Such as what files and sockets are
> being managed?

These ones I have not been able to hit immediately, but I'll run a while
without to see if I can get the information back.

Wkr,
	Sven Vermeulen

  reply	other threads:[~2011-04-16 12:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09 21:11 [refpolicy] [PATCH 05/15] Allow mozilla/firefox to manage tempfiles Sven Vermeulen
2011-03-09 22:42 ` Guido Trentalancia
2011-03-10  8:39 ` Dominick Grift
2011-03-23 13:10 ` Christopher J. PeBenito
2011-04-16 12:30   ` Sven Vermeulen [this message]
2011-05-02 20:45   ` Sven Vermeulen
2011-05-04 13:18     ` 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=20110416123051.GA13024@siphos.be \
    --to=sven.vermeulen@siphos.be \
    --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.