Whitespace.
This commit is contained in:
parent
441c1455da
commit
373cbb8980
1 changed files with 16 additions and 16 deletions
|
@ -3,22 +3,22 @@ module fi-collectd 1.9.4;
|
|||
|
||||
require {
|
||||
type shell_exec_t;
|
||||
type bin_t;
|
||||
type collectd_t;
|
||||
type configfs_t;
|
||||
type hostname_exec_t;
|
||||
type init_t;
|
||||
type postfix_postqueue_exec_t;
|
||||
type postfix_public_t;
|
||||
type sendmail_exec_t;
|
||||
type tmp_t;
|
||||
type var_run_t;
|
||||
class capability { kill setuid dac_read_search sys_ptrace setgid dac_override };
|
||||
class dir { getattr read };
|
||||
class file { execute read getattr execute_no_trans ioctl open };
|
||||
class lnk_file read;
|
||||
class sock_file { read write getattr };
|
||||
class unix_stream_socket connectto;
|
||||
type bin_t;
|
||||
type collectd_t;
|
||||
type configfs_t;
|
||||
type hostname_exec_t;
|
||||
type init_t;
|
||||
type postfix_postqueue_exec_t;
|
||||
type postfix_public_t;
|
||||
type sendmail_exec_t;
|
||||
type tmp_t;
|
||||
type var_run_t;
|
||||
class capability { kill setuid dac_read_search sys_ptrace setgid dac_override };
|
||||
class dir { getattr read };
|
||||
class file { execute read getattr execute_no_trans ioctl open };
|
||||
class lnk_file read;
|
||||
class sock_file { read write getattr };
|
||||
class unix_stream_socket connectto;
|
||||
}
|
||||
|
||||
#============= collectd_t ==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue