a75afb9439
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/varnish#45b447537f587a52425a37174c43ee13d912d7da
18 lines
523 B
Diff
18 lines
523 B
Diff
diff -Nur ../varnish-4.0.3_pre_selinux/selinux/varnish4.te ./selinux/varnish4.te
|
|
--- ../varnish-4.0.3_pre_selinux/selinux/varnish4.te 1970-01-01 01:00:00.000000000 +0100
|
|
+++ ./selinux/varnish4.te 2015-03-06 10:00:00.015151633 +0100
|
|
@@ -0,0 +1,13 @@
|
|
+
|
|
+module varnish4 1.0;
|
|
+
|
|
+require {
|
|
+ type varnishd_t;
|
|
+ class capability { fowner chown fsetid };
|
|
+}
|
|
+
|
|
+#============= varnishd_t ==============
|
|
+allow varnishd_t self:capability fowner;
|
|
+allow varnishd_t self:capability chown;
|
|
+allow varnishd_t self:capability fsetid;
|
|
+
|