And.. talk to the sock.
This commit is contained in:
parent
28bd3996a7
commit
e0bbc8fe6e
3 changed files with 4 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -1,11 +1,13 @@
|
|||
|
||||
module fi-collectd 1.3;
|
||||
module fi-collectd 1.4;
|
||||
|
||||
require {
|
||||
type var_run_t;
|
||||
type bin_t;
|
||||
type configfs_t;
|
||||
type pstorefs_t;
|
||||
type collectd_t;
|
||||
class sock_file getattr;
|
||||
class capability { setuid dac_read_search sys_ptrace setgid dac_override };
|
||||
class file { read execute execute_no_trans };
|
||||
class dir getattr;
|
||||
|
@ -16,3 +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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue