All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH] Add overlayfs as an XATTR capable fs
@ 2015-10-11 10:35 Jason Zaman
  2015-10-12 13:31 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Zaman @ 2015-10-11 10:35 UTC (permalink / raw)
  To: refpolicy

The module is called "overlay" in the kernel
---
 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 f78adef..a163ae3 100644
--- a/policy/modules/kernel/filesystem.te
+++ b/policy/modules/kernel/filesystem.te
@@ -34,6 +34,7 @@ fs_use_xattr gpfs gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr jffs2 gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr jfs gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr lustre gen_context(system_u:object_r:fs_t,s0);
+fs_use_xattr overlay gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr squashfs gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr xfs gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr zfs gen_context(system_u:object_r:fs_t,s0);
-- 
2.4.9

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

* [refpolicy] [PATCH] Add overlayfs as an XATTR capable fs
  2015-10-11 10:35 [refpolicy] [PATCH] Add overlayfs as an XATTR capable fs Jason Zaman
@ 2015-10-12 13:31 ` Christopher J. PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2015-10-12 13:31 UTC (permalink / raw)
  To: refpolicy

On 10/11/2015 6:35 AM, Jason Zaman wrote:
> The module is called "overlay" in the kernel
> ---
>  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 f78adef..a163ae3 100644
> --- a/policy/modules/kernel/filesystem.te
> +++ b/policy/modules/kernel/filesystem.te
> @@ -34,6 +34,7 @@ fs_use_xattr gpfs gen_context(system_u:object_r:fs_t,s0);
>  fs_use_xattr jffs2 gen_context(system_u:object_r:fs_t,s0);
>  fs_use_xattr jfs gen_context(system_u:object_r:fs_t,s0);
>  fs_use_xattr lustre gen_context(system_u:object_r:fs_t,s0);
> +fs_use_xattr overlay gen_context(system_u:object_r:fs_t,s0);
>  fs_use_xattr squashfs gen_context(system_u:object_r:fs_t,s0);
>  fs_use_xattr xfs gen_context(system_u:object_r:fs_t,s0);
>  fs_use_xattr zfs gen_context(system_u:object_r:fs_t,s0);

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:[~2015-10-12 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 10:35 [refpolicy] [PATCH] Add overlayfs as an XATTR capable fs Jason Zaman
2015-10-12 13:31 ` 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.