Readin', and writin', and getattrin'

This commit is contained in:
Ralph Bean 2014-07-18 20:06:55 +00:00
parent e0bbc8fe6e
commit 7d0161c9fa
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
module fi-collectd 1.4;
module fi-collectd 1.5;
require {
type var_run_t;
@ -7,7 +7,7 @@ require {
type configfs_t;
type pstorefs_t;
type collectd_t;
class sock_file getattr;
class sock_file { read write getattr };
class capability { setuid dac_read_search sys_ptrace setgid dac_override };
class file { read execute execute_no_trans };
class dir getattr;
@ -18,4 +18,4 @@ allow collectd_t bin_t:file { execute execute_no_trans };
allow collectd_t configfs_t:dir getattr;
allow collectd_t pstorefs_t:dir getattr;
allow collectd_t self:capability { setuid dac_read_search sys_ptrace setgid dac_override };
allow collectd_t var_run_t:sock_file getattr;
allow collectd_t var_run_t:sock_file { read write getattr };