All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH] Grant mount permission to access /dev/fuse
@ 2014-08-11 13:52 Luis Ressel
  2014-08-21 13:54 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Luis Ressel @ 2014-08-11 13:52 UTC (permalink / raw)
  To: refpolicy

This is needed for mounting FUSE-based filesystems like ntfs-3g.
---
 policy/modules/system/mount.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/system/mount.te b/policy/modules/system/mount.te
index 14b7514..ba91101 100644
--- a/policy/modules/system/mount.te
+++ b/policy/modules/system/mount.te
@@ -121,6 +121,7 @@ storage_raw_read_fixed_disk(mount_t)
 storage_raw_write_fixed_disk(mount_t)
 storage_raw_read_removable_device(mount_t)
 storage_raw_write_removable_device(mount_t)
+storage_rw_fuse(mount_t)
 
 term_use_all_terms(mount_t)
 term_dontaudit_manage_pty_dirs(mount_t)
-- 
2.0.4

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

* [refpolicy] [PATCH] Grant mount permission to access /dev/fuse
  2014-08-11 13:52 [refpolicy] [PATCH] Grant mount permission to access /dev/fuse Luis Ressel
@ 2014-08-21 13:54 ` Christopher J. PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2014-08-21 13:54 UTC (permalink / raw)
  To: refpolicy

On 8/11/2014 9:52 AM, Luis Ressel wrote:
> This is needed for mounting FUSE-based filesystems like ntfs-3g.
> ---
>  policy/modules/system/mount.te | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/policy/modules/system/mount.te b/policy/modules/system/mount.te
> index 14b7514..ba91101 100644
> --- a/policy/modules/system/mount.te
> +++ b/policy/modules/system/mount.te
> @@ -121,6 +121,7 @@ storage_raw_read_fixed_disk(mount_t)
>  storage_raw_write_fixed_disk(mount_t)
>  storage_raw_read_removable_device(mount_t)
>  storage_raw_write_removable_device(mount_t)
> +storage_rw_fuse(mount_t)
>  
>  term_use_all_terms(mount_t)
>  term_dontaudit_manage_pty_dirs(mount_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:[~2014-08-21 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11 13:52 [refpolicy] [PATCH] Grant mount permission to access /dev/fuse Luis Ressel
2014-08-21 13:54 ` 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.