[fts/el6] Update for new upstream release

MIchal Simon simonm at fedoraproject.org
Tue May 13 09:07:59 UTC 2014


commit 03ae63176f30f968421943c9bd0ed96c6a2fbc8b
Author: simonm <michal.simon at cern.ch>
Date:   Tue May 13 11:07:04 2014 +0200

    Update for new upstream release

 fts-3.2.25.tar.gz |  Bin 0 -> 2644828 bytes
 fts.fc            |    2 ++
 fts.if            |    1 +
 fts.te            |   15 +++++++++++++++
 4 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/fts-3.2.25.tar.gz b/fts-3.2.25.tar.gz
new file mode 100644
index 0000000..a2bd57a
Binary files /dev/null and b/fts-3.2.25.tar.gz differ
diff --git a/fts.fc b/fts.fc
new file mode 100644
index 0000000..96e343d
--- /dev/null
+++ b/fts.fc
@@ -0,0 +1,2 @@
+/var/log/fts3(/.*)?		  	gen_context(system_u:object_r:fts_log_t,s0)
+
diff --git a/fts.if b/fts.if
new file mode 100644
index 0000000..3eb6a30
--- /dev/null
+++ b/fts.if
@@ -0,0 +1 @@
+## <summary></summary>
diff --git a/fts.te b/fts.te
new file mode 100644
index 0000000..711c826
--- /dev/null
+++ b/fts.te
@@ -0,0 +1,15 @@
+
+policy_module(fts,1.0.0)
+
+type fts_log_t;
+logging_log_file(fts_log_t)
+
+require {
+  type httpd_t;
+  type logrotate_t;
+}
+
+allow httpd_t fts_log_t:file     { read getattr open } ; 
+allow httpd_t fts_log_t:dir      { read getattr search open } ; 
+allow httpd_t fts_log_t:lnk_file { read getattr } ; 
+


More information about the scm-commits mailing list