Displaying 1 result from an estimated 1 matches for "samba4local".
2012 Nov 26
0
Installation and Setup of Samba4 AD DC on CentOS6
...enter them again in the correct order. I actually created
a script to do this tedious task.
With the new file contexts in place I allowed SELinux to gather log data
for a while, then used audit2allow to produce a file for generating a
policy module
# ausearch -m avc -ts dd/mm/yy | audit2allow -m samba4local >
samba4local.te
I edited the samba4local.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...