You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run zoneminder packaged on rpmfusion. I was getting a lot of AVCs. I used audit2allow to produce policy after running selinux in permissive mode and exercising zoneminder.
Here is my TE file.
module my-ZoneMinder 1.0;
require {
type zoneminder_tmpfs_t;
type httpd_t;
type var_t;
class lnk_file create;
class file { getattr open read write };
}
#============= httpd_t ==============
allow httpd_t var_t:lnk_file create;
allow httpd_t zoneminder_tmpfs_t:file { getattr open read write };
The text was updated successfully, but these errors were encountered:
I run zoneminder packaged on rpmfusion. I was getting a lot of AVCs. I used audit2allow to produce policy after running selinux in permissive mode and exercising zoneminder.
Here is my TE file.
The text was updated successfully, but these errors were encountered: