audit2allow -a<br />
#============= passwd_t ==============<br />
#!!!! The source type 'passwd_t' can write to a 'dir' of the following types:<br />
# pcscd_var_run_t, etc_t<br />
<br />
allow passwd_t tmp_t:dir write;<br />
<br />
#============= sssd_t ==============<br />
#!!!! This avc can be allowed using the boolean 'allow_ypbind'<br />
<br />
allow sssd_t port_t:tcp_socket name_connect;<br />
<br />
#============= xdm_t ==============<br />
#!!!! This avc can be allowed using the boolean 'allow_polyinstantiation'<br />
<br />
allow xdm_t admin_home_t:dir read;
↧