Subversion Repositories configs

Rev

Blame | Last modification | View Log | RSS feed


module my-smbd 1.0;

require {
        type smbd_t;
        type httpd_sys_content_t;
        type default_t;
        class dir read;
        class file getattr;
}

#============= smbd_t ==============

#!!!! This avc is allowed in the current policy
allow smbd_t default_t:file getattr;

#!!!! This avc is allowed in the current policy
allow smbd_t httpd_sys_content_t:dir read;