* [refpolicy] [PATCH 1/1] Nagios' checkdisk plugin requires getattr on the mountpoint directories
@ 2011-08-23 10:46 Sven Vermeulen
2011-08-24 13:02 ` Christopher J. PeBenito
0 siblings, 1 reply; 2+ messages in thread
From: Sven Vermeulen @ 2011-08-23 10:46 UTC (permalink / raw)
To: refpolicy
Without the getattr privilege on the mountpoint directories, the checkdisk
plugin fails to capture the data unless nagios is reconfigured to directly
read the device files themselves.
Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
---
policy/modules/services/nagios.te | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/policy/modules/services/nagios.te b/policy/modules/services/nagios.te
index 758c522..b7dbb1a 100644
--- a/policy/modules/services/nagios.te
+++ b/policy/modules/services/nagios.te
@@ -310,6 +310,7 @@ optional_policy(`
# needed by ioctl()
allow nagios_checkdisk_plugin_t self:capability { sys_admin sys_rawio };
+files_getattr_all_mountpoints(nagios_checkdisk_plugin_t)
files_read_etc_runtime_files(nagios_checkdisk_plugin_t)
fs_getattr_all_fs(nagios_checkdisk_plugin_t)
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [refpolicy] [PATCH 1/1] Nagios' checkdisk plugin requires getattr on the mountpoint directories
2011-08-23 10:46 [refpolicy] [PATCH 1/1] Nagios' checkdisk plugin requires getattr on the mountpoint directories Sven Vermeulen
@ 2011-08-24 13:02 ` Christopher J. PeBenito
0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2011-08-24 13:02 UTC (permalink / raw)
To: refpolicy
On 08/23/11 06:46, Sven Vermeulen wrote:
> Without the getattr privilege on the mountpoint directories, the checkdisk
> plugin fails to capture the data unless nagios is reconfigured to directly
> read the device files themselves.
>
> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
> ---
> policy/modules/services/nagios.te | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/policy/modules/services/nagios.te b/policy/modules/services/nagios.te
> index 758c522..b7dbb1a 100644
> --- a/policy/modules/services/nagios.te
> +++ b/policy/modules/services/nagios.te
> @@ -310,6 +310,7 @@ optional_policy(`
> # needed by ioctl()
> allow nagios_checkdisk_plugin_t self:capability { sys_admin sys_rawio };
>
> +files_getattr_all_mountpoints(nagios_checkdisk_plugin_t)
> files_read_etc_runtime_files(nagios_checkdisk_plugin_t)
>
> fs_getattr_all_fs(nagios_checkdisk_plugin_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:[~2011-08-24 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 10:46 [refpolicy] [PATCH 1/1] Nagios' checkdisk plugin requires getattr on the mountpoint directories Sven Vermeulen
2011-08-24 13:02 ` 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.