On Jul 23, 2013, at 11:14 AM, Tony Scully <tonyjscully@xxxxxxxxx> wrote:
I ended up with this: module qas 1.0; require { type var_auth_t; type sshd_t; type system_dbusd_t; type initrc_t; class sock_file write; class unix_stream_socket connectto; class file { read write getattr open }; } allow sshd_t initrc_t:unix_stream_socket connectto; allow sshd_t var_auth_t:file { open read write getattr }; allow sshd_t var_auth_t:sock_file write; allow system_dbusd_t initrc_t:unix_stream_socket connectto; allow system_dbusd_t var_auth_t:file { open read write getattr }; allow system_dbusd_t var_auth_t:sock_file write; Thanks, Vadym |
-- selinux mailing list selinux@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/selinux