Displaying 1 result from an estimated 1 matches for "urandom_device_t".
2012 Nov 26
0
Installation and Setup of Samba4 AD DC on CentOS6
...mba4local.te file to remove the unwanted commentary. The
result looked like this:
---***---
module samba4local 1.0;
require {
type initrc_t;
type named_t;
type named_var_run_t;
type ntpd_t;
type ntpd_var_run_t;
type smbd_t;
type samba_unconfined_script_exec_t;
type urandom_device_t;
type var_lock_t;
class unix_stream_socket connectto;
class unix_dgram_socket sendto;
class sock_file write;
class chr_file write;
class file { read write getattr open lock };
class dir { read search };
}
#============= named_t ==============
allow named_t urandom_devic...