15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
|
|
module clamav-notifysend 1.0;
|
|
|
|
require {
|
|
type session_dbusd_tmp_t;
|
|
type antivirus_t;
|
|
type unconfined_dbusd_t;
|
|
class sock_file write;
|
|
class unix_stream_socket connectto;
|
|
}
|
|
|
|
#============= antivirus_t ==============
|
|
allow antivirus_t session_dbusd_tmp_t:sock_file write;
|
|
allow antivirus_t unconfined_dbusd_t:unix_stream_socket connectto;
|