All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH 05/20] filesystem: associate tmpfs_t (shm) to device_t (devtmpfs) file systems
@ 2013-09-24 13:39 Dominick Grift
  2013-09-26 12:49 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Dominick Grift @ 2013-09-24 13:39 UTC (permalink / raw)
  To: refpolicy

Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
---
 policy/modules/kernel/filesystem.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te
index 1c66416..6a332a7 100644
--- a/policy/modules/kernel/filesystem.te
+++ b/policy/modules/kernel/filesystem.te
@@ -172,6 +172,7 @@ genfscon vxfs / gen_context(system_u:object_r:vxfs_t,s0)
 # tmpfs_t is the type for tmpfs filesystems
 #
 type tmpfs_t;
+dev_associate(tmpfs_t)
 fs_type(tmpfs_t)
 files_type(tmpfs_t)
 files_mountpoint(tmpfs_t)
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [refpolicy] [PATCH 05/20] filesystem: associate tmpfs_t (shm) to device_t (devtmpfs) file systems
  2013-09-24 13:39 [refpolicy] [PATCH 05/20] filesystem: associate tmpfs_t (shm) to device_t (devtmpfs) file systems Dominick Grift
@ 2013-09-26 12:49 ` Christopher J. PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2013-09-26 12:49 UTC (permalink / raw)
  To: refpolicy

On Tue 24 Sep 2013 09:39:21 AM EDT, Dominick Grift wrote:
> Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
> ---
>  policy/modules/kernel/filesystem.te | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te
> index 1c66416..6a332a7 100644
> --- a/policy/modules/kernel/filesystem.te
> +++ b/policy/modules/kernel/filesystem.te
> @@ -172,6 +172,7 @@ genfscon vxfs / gen_context(system_u:object_r:vxfs_t,s0)
>  # tmpfs_t is the type for tmpfs filesystems
>  #
>  type tmpfs_t;
> +dev_associate(tmpfs_t)
>  fs_type(tmpfs_t)
>  files_type(tmpfs_t)
>  files_mountpoint(tmpfs_t)

Merged.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-26 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24 13:39 [refpolicy] [PATCH 05/20] filesystem: associate tmpfs_t (shm) to device_t (devtmpfs) file systems Dominick Grift
2013-09-26 12:49 ` Christopher J. PeBenito

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.