Add unit file support to sepolgen, and cleanup some of the output.
This commit is contained in:
parent
db51c1ef98
commit
6312df65b6
@ -1,6 +1,6 @@
|
|||||||
diff -up policycoreutils-2.1.8/gui/booleansPage.py.gui policycoreutils-2.1.8/gui/booleansPage.py
|
diff -up policycoreutils-2.1.10/gui/booleansPage.py.gui policycoreutils-2.1.10/gui/booleansPage.py
|
||||||
--- policycoreutils-2.1.8/gui/booleansPage.py.gui 2011-11-07 15:12:01.891834224 -0500
|
--- policycoreutils-2.1.10/gui/booleansPage.py.gui 2012-01-15 16:48:40.225095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/booleansPage.py 2011-11-07 15:12:01.892834224 -0500
|
+++ policycoreutils-2.1.10/gui/booleansPage.py 2012-01-15 16:48:40.225095742 -0500
|
||||||
@@ -0,0 +1,247 @@
|
@@ -0,0 +1,247 @@
|
||||||
+#
|
+#
|
||||||
+# booleansPage.py - GUI for Booleans page in system-config-securitylevel
|
+# booleansPage.py - GUI for Booleans page in system-config-securitylevel
|
||||||
@ -249,9 +249,9 @@ diff -up policycoreutils-2.1.8/gui/booleansPage.py.gui policycoreutils-2.1.8/gui
|
|||||||
+ self.load(self.filter)
|
+ self.load(self.filter)
|
||||||
+ return True
|
+ return True
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/domainsPage.py.gui policycoreutils-2.1.8/gui/domainsPage.py
|
diff -up policycoreutils-2.1.10/gui/domainsPage.py.gui policycoreutils-2.1.10/gui/domainsPage.py
|
||||||
--- policycoreutils-2.1.8/gui/domainsPage.py.gui 2011-11-07 15:12:01.892834224 -0500
|
--- policycoreutils-2.1.10/gui/domainsPage.py.gui 2012-01-15 16:48:40.225095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/domainsPage.py 2011-11-07 15:12:01.892834224 -0500
|
+++ policycoreutils-2.1.10/gui/domainsPage.py 2012-01-15 16:48:40.225095742 -0500
|
||||||
@@ -0,0 +1,154 @@
|
@@ -0,0 +1,154 @@
|
||||||
+## domainsPage.py - show selinux domains
|
+## domainsPage.py - show selinux domains
|
||||||
+## Copyright (C) 2009 Red Hat, Inc.
|
+## Copyright (C) 2009 Red Hat, Inc.
|
||||||
@ -407,9 +407,9 @@ diff -up policycoreutils-2.1.8/gui/domainsPage.py.gui policycoreutils-2.1.8/gui/
|
|||||||
+
|
+
|
||||||
+ except ValueError, e:
|
+ except ValueError, e:
|
||||||
+ self.error(e.args[0])
|
+ self.error(e.args[0])
|
||||||
diff -up policycoreutils-2.1.8/gui/fcontextPage.py.gui policycoreutils-2.1.8/gui/fcontextPage.py
|
diff -up policycoreutils-2.1.10/gui/fcontextPage.py.gui policycoreutils-2.1.10/gui/fcontextPage.py
|
||||||
--- policycoreutils-2.1.8/gui/fcontextPage.py.gui 2011-11-07 15:12:01.893834225 -0500
|
--- policycoreutils-2.1.10/gui/fcontextPage.py.gui 2012-01-15 16:48:40.226095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/fcontextPage.py 2011-11-07 15:12:01.893834225 -0500
|
+++ policycoreutils-2.1.10/gui/fcontextPage.py 2012-01-15 16:48:40.226095742 -0500
|
||||||
@@ -0,0 +1,223 @@
|
@@ -0,0 +1,223 @@
|
||||||
+## fcontextPage.py - show selinux mappings
|
+## fcontextPage.py - show selinux mappings
|
||||||
+## Copyright (C) 2006 Red Hat, Inc.
|
+## Copyright (C) 2006 Red Hat, Inc.
|
||||||
@ -634,9 +634,9 @@ diff -up policycoreutils-2.1.8/gui/fcontextPage.py.gui policycoreutils-2.1.8/gui
|
|||||||
+ self.store.set_value(iter, SPEC_COL, fspec)
|
+ self.store.set_value(iter, SPEC_COL, fspec)
|
||||||
+ self.store.set_value(iter, FTYPE_COL, ftype)
|
+ self.store.set_value(iter, FTYPE_COL, ftype)
|
||||||
+ self.store.set_value(iter, TYPE_COL, "%s:%s" % (type, mls))
|
+ self.store.set_value(iter, TYPE_COL, "%s:%s" % (type, mls))
|
||||||
diff -up policycoreutils-2.1.8/gui/html_util.py.gui policycoreutils-2.1.8/gui/html_util.py
|
diff -up policycoreutils-2.1.10/gui/html_util.py.gui policycoreutils-2.1.10/gui/html_util.py
|
||||||
--- policycoreutils-2.1.8/gui/html_util.py.gui 2011-11-07 15:12:01.894834226 -0500
|
--- policycoreutils-2.1.10/gui/html_util.py.gui 2012-01-15 16:48:40.226095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/html_util.py 2011-11-07 15:12:01.894834226 -0500
|
+++ policycoreutils-2.1.10/gui/html_util.py 2012-01-15 16:48:40.226095742 -0500
|
||||||
@@ -0,0 +1,164 @@
|
@@ -0,0 +1,164 @@
|
||||||
+# Authors: John Dennis <jdennis@redhat.com>
|
+# Authors: John Dennis <jdennis@redhat.com>
|
||||||
+#
|
+#
|
||||||
@ -802,9 +802,9 @@ diff -up policycoreutils-2.1.8/gui/html_util.py.gui policycoreutils-2.1.8/gui/ht
|
|||||||
+ doc += tail
|
+ doc += tail
|
||||||
+ return doc
|
+ return doc
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/lockdown.glade.gui policycoreutils-2.1.8/gui/lockdown.glade
|
diff -up policycoreutils-2.1.10/gui/lockdown.glade.gui policycoreutils-2.1.10/gui/lockdown.glade
|
||||||
--- policycoreutils-2.1.8/gui/lockdown.glade.gui 2011-11-07 15:12:01.895834226 -0500
|
--- policycoreutils-2.1.10/gui/lockdown.glade.gui 2012-01-15 16:48:40.226095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/lockdown.glade 2011-11-07 15:12:01.895834226 -0500
|
+++ policycoreutils-2.1.10/gui/lockdown.glade 2012-01-15 16:48:40.226095742 -0500
|
||||||
@@ -0,0 +1,771 @@
|
@@ -0,0 +1,771 @@
|
||||||
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
||||||
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
||||||
@ -1577,9 +1577,9 @@ diff -up policycoreutils-2.1.8/gui/lockdown.glade.gui policycoreutils-2.1.8/gui/
|
|||||||
+</widget>
|
+</widget>
|
||||||
+
|
+
|
||||||
+</glade-interface>
|
+</glade-interface>
|
||||||
diff -up policycoreutils-2.1.8/gui/lockdown.gladep.gui policycoreutils-2.1.8/gui/lockdown.gladep
|
diff -up policycoreutils-2.1.10/gui/lockdown.gladep.gui policycoreutils-2.1.10/gui/lockdown.gladep
|
||||||
--- policycoreutils-2.1.8/gui/lockdown.gladep.gui 2011-11-07 15:12:01.896834226 -0500
|
--- policycoreutils-2.1.10/gui/lockdown.gladep.gui 2012-01-15 16:48:40.226095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/lockdown.gladep 2011-11-07 15:12:01.896834226 -0500
|
+++ policycoreutils-2.1.10/gui/lockdown.gladep 2012-01-15 16:48:40.226095742 -0500
|
||||||
@@ -0,0 +1,7 @@
|
@@ -0,0 +1,7 @@
|
||||||
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
||||||
+<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
|
+<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
|
||||||
@ -1588,9 +1588,9 @@ diff -up policycoreutils-2.1.8/gui/lockdown.gladep.gui policycoreutils-2.1.8/gui
|
|||||||
+ <name></name>
|
+ <name></name>
|
||||||
+ <program_name></program_name>
|
+ <program_name></program_name>
|
||||||
+</glade-project>
|
+</glade-project>
|
||||||
diff -up policycoreutils-2.1.8/gui/lockdown.py.gui policycoreutils-2.1.8/gui/lockdown.py
|
diff -up policycoreutils-2.1.10/gui/lockdown.py.gui policycoreutils-2.1.10/gui/lockdown.py
|
||||||
--- policycoreutils-2.1.8/gui/lockdown.py.gui 2011-11-07 15:12:01.897834227 -0500
|
--- policycoreutils-2.1.10/gui/lockdown.py.gui 2012-01-15 16:48:40.227095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/lockdown.py 2011-11-07 15:12:01.897834227 -0500
|
+++ policycoreutils-2.1.10/gui/lockdown.py 2012-01-15 16:48:40.227095742 -0500
|
||||||
@@ -0,0 +1,375 @@
|
@@ -0,0 +1,375 @@
|
||||||
+#!/usr/bin/python
|
+#!/usr/bin/python
|
||||||
+#
|
+#
|
||||||
@ -1967,9 +1967,9 @@ diff -up policycoreutils-2.1.8/gui/lockdown.py.gui policycoreutils-2.1.8/gui/loc
|
|||||||
+
|
+
|
||||||
+ app = booleanWindow()
|
+ app = booleanWindow()
|
||||||
+ app.stand_alone()
|
+ app.stand_alone()
|
||||||
diff -up policycoreutils-2.1.8/gui/loginsPage.py.gui policycoreutils-2.1.8/gui/loginsPage.py
|
diff -up policycoreutils-2.1.10/gui/loginsPage.py.gui policycoreutils-2.1.10/gui/loginsPage.py
|
||||||
--- policycoreutils-2.1.8/gui/loginsPage.py.gui 2011-11-07 15:12:01.898834228 -0500
|
--- policycoreutils-2.1.10/gui/loginsPage.py.gui 2012-01-15 16:48:40.227095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/loginsPage.py 2011-11-07 15:12:01.898834228 -0500
|
+++ policycoreutils-2.1.10/gui/loginsPage.py 2012-01-15 16:48:40.227095742 -0500
|
||||||
@@ -0,0 +1,185 @@
|
@@ -0,0 +1,185 @@
|
||||||
+## loginsPage.py - show selinux mappings
|
+## loginsPage.py - show selinux mappings
|
||||||
+## Copyright (C) 2006 Red Hat, Inc.
|
+## Copyright (C) 2006 Red Hat, Inc.
|
||||||
@ -2156,9 +2156,9 @@ diff -up policycoreutils-2.1.8/gui/loginsPage.py.gui policycoreutils-2.1.8/gui/l
|
|||||||
+ self.store.set_value(iter, 1, seuser)
|
+ self.store.set_value(iter, 1, seuser)
|
||||||
+ self.store.set_value(iter, 2, seobject.translate(serange))
|
+ self.store.set_value(iter, 2, seobject.translate(serange))
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/Makefile.gui policycoreutils-2.1.8/gui/Makefile
|
diff -up policycoreutils-2.1.10/gui/Makefile.gui policycoreutils-2.1.10/gui/Makefile
|
||||||
--- policycoreutils-2.1.8/gui/Makefile.gui 2011-11-07 15:12:01.898834228 -0500
|
--- policycoreutils-2.1.10/gui/Makefile.gui 2012-01-15 16:48:40.227095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/Makefile 2011-11-07 15:12:01.898834228 -0500
|
+++ policycoreutils-2.1.10/gui/Makefile 2012-01-15 16:48:40.227095742 -0500
|
||||||
@@ -0,0 +1,40 @@
|
@@ -0,0 +1,40 @@
|
||||||
+# Installation directories.
|
+# Installation directories.
|
||||||
+PREFIX ?= ${DESTDIR}/usr
|
+PREFIX ?= ${DESTDIR}/usr
|
||||||
@ -2200,9 +2200,9 @@ diff -up policycoreutils-2.1.8/gui/Makefile.gui policycoreutils-2.1.8/gui/Makefi
|
|||||||
+indent:
|
+indent:
|
||||||
+
|
+
|
||||||
+relabel:
|
+relabel:
|
||||||
diff -up policycoreutils-2.1.8/gui/mappingsPage.py.gui policycoreutils-2.1.8/gui/mappingsPage.py
|
diff -up policycoreutils-2.1.10/gui/mappingsPage.py.gui policycoreutils-2.1.10/gui/mappingsPage.py
|
||||||
--- policycoreutils-2.1.8/gui/mappingsPage.py.gui 2011-11-07 15:12:01.899834229 -0500
|
--- policycoreutils-2.1.10/gui/mappingsPage.py.gui 2012-01-15 16:48:40.227095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/mappingsPage.py 2011-11-07 15:12:01.899834229 -0500
|
+++ policycoreutils-2.1.10/gui/mappingsPage.py 2012-01-15 16:48:40.227095742 -0500
|
||||||
@@ -0,0 +1,56 @@
|
@@ -0,0 +1,56 @@
|
||||||
+## mappingsPage.py - show selinux mappings
|
+## mappingsPage.py - show selinux mappings
|
||||||
+## Copyright (C) 2006 Red Hat, Inc.
|
+## Copyright (C) 2006 Red Hat, Inc.
|
||||||
@ -2260,9 +2260,9 @@ diff -up policycoreutils-2.1.8/gui/mappingsPage.py.gui policycoreutils-2.1.8/gui
|
|||||||
+ for k in keys:
|
+ for k in keys:
|
||||||
+ print "%-25s %-25s %-25s" % (k, dict[k][0], translate(dict[k][1]))
|
+ print "%-25s %-25s %-25s" % (k, dict[k][0], translate(dict[k][1]))
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/modulesPage.py.gui policycoreutils-2.1.8/gui/modulesPage.py
|
diff -up policycoreutils-2.1.10/gui/modulesPage.py.gui policycoreutils-2.1.10/gui/modulesPage.py
|
||||||
--- policycoreutils-2.1.8/gui/modulesPage.py.gui 2011-11-07 15:12:01.899834229 -0500
|
--- policycoreutils-2.1.10/gui/modulesPage.py.gui 2012-01-15 16:48:40.227095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/modulesPage.py 2011-11-07 15:12:01.899834229 -0500
|
+++ policycoreutils-2.1.10/gui/modulesPage.py 2012-01-15 16:48:40.227095742 -0500
|
||||||
@@ -0,0 +1,190 @@
|
@@ -0,0 +1,190 @@
|
||||||
+## modulesPage.py - show selinux mappings
|
+## modulesPage.py - show selinux mappings
|
||||||
+## Copyright (C) 2006-2009 Red Hat, Inc.
|
+## Copyright (C) 2006-2009 Red Hat, Inc.
|
||||||
@ -2454,9 +2454,9 @@ diff -up policycoreutils-2.1.8/gui/modulesPage.py.gui policycoreutils-2.1.8/gui/
|
|||||||
+
|
+
|
||||||
+ except ValueError, e:
|
+ except ValueError, e:
|
||||||
+ self.error(e.args[0])
|
+ self.error(e.args[0])
|
||||||
diff -up policycoreutils-2.1.8/gui/polgen.glade.gui policycoreutils-2.1.8/gui/polgen.glade
|
diff -up policycoreutils-2.1.10/gui/polgen.glade.gui policycoreutils-2.1.10/gui/polgen.glade
|
||||||
--- policycoreutils-2.1.8/gui/polgen.glade.gui 2011-11-07 15:12:01.902834231 -0500
|
--- policycoreutils-2.1.10/gui/polgen.glade.gui 2012-01-15 16:48:40.229095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/polgen.glade 2011-11-07 15:12:01.903834231 -0500
|
+++ policycoreutils-2.1.10/gui/polgen.glade 2012-01-15 16:48:40.229095742 -0500
|
||||||
@@ -0,0 +1,3432 @@
|
@@ -0,0 +1,3432 @@
|
||||||
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
||||||
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
||||||
@ -5890,9 +5890,9 @@ diff -up policycoreutils-2.1.8/gui/polgen.glade.gui policycoreutils-2.1.8/gui/po
|
|||||||
+</widget>
|
+</widget>
|
||||||
+
|
+
|
||||||
+</glade-interface>
|
+</glade-interface>
|
||||||
diff -up policycoreutils-2.1.8/gui/polgen.gladep.gui policycoreutils-2.1.8/gui/polgen.gladep
|
diff -up policycoreutils-2.1.10/gui/polgen.gladep.gui policycoreutils-2.1.10/gui/polgen.gladep
|
||||||
--- policycoreutils-2.1.8/gui/polgen.gladep.gui 2011-11-07 15:12:01.903834231 -0500
|
--- policycoreutils-2.1.10/gui/polgen.gladep.gui 2012-01-15 16:48:40.229095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/polgen.gladep 2011-11-07 15:12:01.903834231 -0500
|
+++ policycoreutils-2.1.10/gui/polgen.gladep 2012-01-15 16:48:40.229095742 -0500
|
||||||
@@ -0,0 +1,7 @@
|
@@ -0,0 +1,7 @@
|
||||||
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
||||||
+<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
|
+<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
|
||||||
@ -5901,9 +5901,9 @@ diff -up policycoreutils-2.1.8/gui/polgen.gladep.gui policycoreutils-2.1.8/gui/p
|
|||||||
+ <name></name>
|
+ <name></name>
|
||||||
+ <program_name></program_name>
|
+ <program_name></program_name>
|
||||||
+</glade-project>
|
+</glade-project>
|
||||||
diff -up policycoreutils-2.1.8/gui/polgengui.py.gui policycoreutils-2.1.8/gui/polgengui.py
|
diff -up policycoreutils-2.1.10/gui/polgengui.py.gui policycoreutils-2.1.10/gui/polgengui.py
|
||||||
--- policycoreutils-2.1.8/gui/polgengui.py.gui 2011-11-07 15:12:01.904834232 -0500
|
--- policycoreutils-2.1.10/gui/polgengui.py.gui 2012-01-15 16:48:40.230095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/polgengui.py 2011-11-07 15:12:01.904834232 -0500
|
+++ policycoreutils-2.1.10/gui/polgengui.py 2012-01-15 16:48:40.230095742 -0500
|
||||||
@@ -0,0 +1,750 @@
|
@@ -0,0 +1,750 @@
|
||||||
+#!/usr/bin/python -Es
|
+#!/usr/bin/python -Es
|
||||||
+#
|
+#
|
||||||
@ -6655,13 +6655,13 @@ diff -up policycoreutils-2.1.8/gui/polgengui.py.gui policycoreutils-2.1.8/gui/po
|
|||||||
+
|
+
|
||||||
+ app = childWindow()
|
+ app = childWindow()
|
||||||
+ app.stand_alone()
|
+ app.stand_alone()
|
||||||
diff -up policycoreutils-2.1.8/gui/polgen.py.gui policycoreutils-2.1.8/gui/polgen.py
|
diff -up policycoreutils-2.1.10/gui/polgen.py.gui policycoreutils-2.1.10/gui/polgen.py
|
||||||
--- policycoreutils-2.1.8/gui/polgen.py.gui 2011-11-07 15:12:01.905834233 -0500
|
--- policycoreutils-2.1.10/gui/polgen.py.gui 2012-01-15 16:48:40.230095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/polgen.py 2011-11-07 15:12:39.045857808 -0500
|
+++ policycoreutils-2.1.10/gui/polgen.py 2012-01-15 16:49:37.290099123 -0500
|
||||||
@@ -0,0 +1,1351 @@
|
@@ -0,0 +1,1353 @@
|
||||||
+#!/usr/bin/python -Es
|
+#!/usr/bin/python -Es
|
||||||
+#
|
+#
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -6690,6 +6690,7 @@ diff -up policycoreutils-2.1.8/gui/polgen.py.gui policycoreutils-2.1.8/gui/polge
|
|||||||
+from templates import executable
|
+from templates import executable
|
||||||
+from templates import boolean
|
+from templates import boolean
|
||||||
+from templates import etc_rw
|
+from templates import etc_rw
|
||||||
|
+from templates import unit_file
|
||||||
+from templates import var_cache
|
+from templates import var_cache
|
||||||
+from templates import var_spool
|
+from templates import var_spool
|
||||||
+from templates import var_lib
|
+from templates import var_lib
|
||||||
@ -6956,13 +6957,15 @@ diff -up policycoreutils-2.1.8/gui/polgen.py.gui policycoreutils-2.1.8/gui/polge
|
|||||||
+ self.DEFAULT_DIRS["/etc"] = ["etc_rw", [], etc_rw];
|
+ self.DEFAULT_DIRS["/etc"] = ["etc_rw", [], etc_rw];
|
||||||
+ self.DEFAULT_DIRS["/tmp"] = ["tmp", [], tmp];
|
+ self.DEFAULT_DIRS["/tmp"] = ["tmp", [], tmp];
|
||||||
+ self.DEFAULT_DIRS["rw"] = ["rw", [], rw];
|
+ self.DEFAULT_DIRS["rw"] = ["rw", [], rw];
|
||||||
|
+ self.DEFAULT_DIRS["/lib/systemd/system"] = ["unit_file", [], unit_file];
|
||||||
|
+ self.DEFAULT_DIRS["/etc/systemd/system"] = ["unit_file", [], unit_file];
|
||||||
+ self.DEFAULT_DIRS["/var/cache"] = ["var_cache", [], var_cache];
|
+ self.DEFAULT_DIRS["/var/cache"] = ["var_cache", [], var_cache];
|
||||||
+ self.DEFAULT_DIRS["/var/lib"] = ["var_lib", [], var_lib];
|
+ self.DEFAULT_DIRS["/var/lib"] = ["var_lib", [], var_lib];
|
||||||
+ self.DEFAULT_DIRS["/var/log"] = ["var_log", [], var_log];
|
+ self.DEFAULT_DIRS["/var/log"] = ["var_log", [], var_log];
|
||||||
+ self.DEFAULT_DIRS["/var/run"] = ["var_run", [], var_run];
|
+ self.DEFAULT_DIRS["/var/run"] = ["var_run", [], var_run];
|
||||||
+ self.DEFAULT_DIRS["/var/spool"] = ["var_spool", [], var_spool];
|
+ self.DEFAULT_DIRS["/var/spool"] = ["var_spool", [], var_spool];
|
||||||
+
|
+
|
||||||
+ self.DEFAULT_KEYS=["/etc", "/var/cache", "/var/log", "/tmp", "rw", "/var/lib", "/var/run", "/var/spool"]
|
+ self.DEFAULT_KEYS=["/etc", "/var/cache", "/var/log", "/tmp", "rw", "/var/lib", "/var/run", "/var/spool", "/etc/systemd/system", "/lib/systemd/system" ]
|
||||||
+
|
+
|
||||||
+ self.DEFAULT_TYPES = (\
|
+ self.DEFAULT_TYPES = (\
|
||||||
+( self.generate_daemon_types, self.generate_daemon_rules), \
|
+( self.generate_daemon_types, self.generate_daemon_rules), \
|
||||||
@ -7803,7 +7806,6 @@ diff -up policycoreutils-2.1.8/gui/polgen.py.gui policycoreutils-2.1.8/gui/polge
|
|||||||
+ if os.path.isfile("/etc/rc.d/init.d/%s" % self.name):
|
+ if os.path.isfile("/etc/rc.d/init.d/%s" % self.name):
|
||||||
+ self.set_init_script("/etc/rc\.d/init\.d/%s" % self.name)
|
+ self.set_init_script("/etc/rc\.d/init\.d/%s" % self.name)
|
||||||
+
|
+
|
||||||
+
|
|
||||||
+ def gen_symbols(self):
|
+ def gen_symbols(self):
|
||||||
+ if self.type not in APPLICATIONS:
|
+ if self.type not in APPLICATIONS:
|
||||||
+ return
|
+ return
|
||||||
@ -8010,9 +8012,9 @@ diff -up policycoreutils-2.1.8/gui/polgen.py.gui policycoreutils-2.1.8/gui/polge
|
|||||||
+ sys.exit(0)
|
+ sys.exit(0)
|
||||||
+ except ValueError, e:
|
+ except ValueError, e:
|
||||||
+ usage(e)
|
+ usage(e)
|
||||||
diff -up policycoreutils-2.1.8/gui/portsPage.py.gui policycoreutils-2.1.8/gui/portsPage.py
|
diff -up policycoreutils-2.1.10/gui/portsPage.py.gui policycoreutils-2.1.10/gui/portsPage.py
|
||||||
--- policycoreutils-2.1.8/gui/portsPage.py.gui 2011-11-07 15:12:01.906834233 -0500
|
--- policycoreutils-2.1.10/gui/portsPage.py.gui 2012-01-15 16:48:40.231095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/portsPage.py 2011-11-07 15:12:01.906834233 -0500
|
+++ policycoreutils-2.1.10/gui/portsPage.py 2012-01-15 16:48:40.231095742 -0500
|
||||||
@@ -0,0 +1,259 @@
|
@@ -0,0 +1,259 @@
|
||||||
+## portsPage.py - show selinux mappings
|
+## portsPage.py - show selinux mappings
|
||||||
+## Copyright (C) 2006 Red Hat, Inc.
|
+## Copyright (C) 2006 Red Hat, Inc.
|
||||||
@ -8273,9 +8275,9 @@ diff -up policycoreutils-2.1.8/gui/portsPage.py.gui policycoreutils-2.1.8/gui/po
|
|||||||
+
|
+
|
||||||
+ return True
|
+ return True
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/selinux.tbl.gui policycoreutils-2.1.8/gui/selinux.tbl
|
diff -up policycoreutils-2.1.10/gui/selinux.tbl.gui policycoreutils-2.1.10/gui/selinux.tbl
|
||||||
--- policycoreutils-2.1.8/gui/selinux.tbl.gui 2011-11-07 15:12:01.907834233 -0500
|
--- policycoreutils-2.1.10/gui/selinux.tbl.gui 2012-01-15 16:48:40.231095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/selinux.tbl 2011-11-07 15:12:01.907834233 -0500
|
+++ policycoreutils-2.1.10/gui/selinux.tbl 2012-01-15 16:48:40.231095742 -0500
|
||||||
@@ -0,0 +1,234 @@
|
@@ -0,0 +1,234 @@
|
||||||
+acct_disable_trans _("SELinux Service Protection") _("Disable SELinux protection for acct daemon")
|
+acct_disable_trans _("SELinux Service Protection") _("Disable SELinux protection for acct daemon")
|
||||||
+allow_daemons_dump_core _("Admin") _("Allow all daemons to write corefiles to /")
|
+allow_daemons_dump_core _("Admin") _("Allow all daemons to write corefiles to /")
|
||||||
@ -8511,9 +8513,9 @@ diff -up policycoreutils-2.1.8/gui/selinux.tbl.gui policycoreutils-2.1.8/gui/sel
|
|||||||
+webadm_manage_user_files _("HTTPD Service") _("Allow SELinux webadm user to manage unprivileged users home directories")
|
+webadm_manage_user_files _("HTTPD Service") _("Allow SELinux webadm user to manage unprivileged users home directories")
|
||||||
+webadm_read_user_files _("HTTPD Service") _("Allow SELinux webadm user to read unprivileged users home directories")
|
+webadm_read_user_files _("HTTPD Service") _("Allow SELinux webadm user to read unprivileged users home directories")
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/semanagePage.py.gui policycoreutils-2.1.8/gui/semanagePage.py
|
diff -up policycoreutils-2.1.10/gui/semanagePage.py.gui policycoreutils-2.1.10/gui/semanagePage.py
|
||||||
--- policycoreutils-2.1.8/gui/semanagePage.py.gui 2011-11-07 15:12:01.908834234 -0500
|
--- policycoreutils-2.1.10/gui/semanagePage.py.gui 2012-01-15 16:48:40.231095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/semanagePage.py 2011-11-07 15:12:01.908834234 -0500
|
+++ policycoreutils-2.1.10/gui/semanagePage.py 2012-01-15 16:48:40.231095742 -0500
|
||||||
@@ -0,0 +1,168 @@
|
@@ -0,0 +1,168 @@
|
||||||
+## semanagePage.py - show selinux mappings
|
+## semanagePage.py - show selinux mappings
|
||||||
+## Copyright (C) 2006 Red Hat, Inc.
|
+## Copyright (C) 2006 Red Hat, Inc.
|
||||||
@ -8683,9 +8685,9 @@ diff -up policycoreutils-2.1.8/gui/semanagePage.py.gui policycoreutils-2.1.8/gui
|
|||||||
+ self.load(self.filter)
|
+ self.load(self.filter)
|
||||||
+ return True
|
+ return True
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/statusPage.py.gui policycoreutils-2.1.8/gui/statusPage.py
|
diff -up policycoreutils-2.1.10/gui/statusPage.py.gui policycoreutils-2.1.10/gui/statusPage.py
|
||||||
--- policycoreutils-2.1.8/gui/statusPage.py.gui 2011-11-07 15:12:01.909834235 -0500
|
--- policycoreutils-2.1.10/gui/statusPage.py.gui 2012-01-15 16:48:40.231095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/statusPage.py 2011-11-07 15:12:01.909834235 -0500
|
+++ policycoreutils-2.1.10/gui/statusPage.py 2012-01-15 16:48:40.231095742 -0500
|
||||||
@@ -0,0 +1,190 @@
|
@@ -0,0 +1,190 @@
|
||||||
+# statusPage.py - show selinux status
|
+# statusPage.py - show selinux status
|
||||||
+## Copyright (C) 2006-2009 Red Hat, Inc.
|
+## Copyright (C) 2006-2009 Red Hat, Inc.
|
||||||
@ -8877,9 +8879,9 @@ diff -up policycoreutils-2.1.8/gui/statusPage.py.gui policycoreutils-2.1.8/gui/s
|
|||||||
+ return self.types[self.selinuxTypeOptionMenu.get_active()]
|
+ return self.types[self.selinuxTypeOptionMenu.get_active()]
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/system-config-selinux.glade.gui policycoreutils-2.1.8/gui/system-config-selinux.glade
|
diff -up policycoreutils-2.1.10/gui/system-config-selinux.glade.gui policycoreutils-2.1.10/gui/system-config-selinux.glade
|
||||||
--- policycoreutils-2.1.8/gui/system-config-selinux.glade.gui 2011-11-07 15:12:01.913834238 -0500
|
--- policycoreutils-2.1.10/gui/system-config-selinux.glade.gui 2012-01-15 16:48:40.233095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/system-config-selinux.glade 2011-11-07 15:12:01.913834238 -0500
|
+++ policycoreutils-2.1.10/gui/system-config-selinux.glade 2012-01-15 16:48:40.233095742 -0500
|
||||||
@@ -0,0 +1,3024 @@
|
@@ -0,0 +1,3024 @@
|
||||||
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
||||||
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
||||||
@ -11905,9 +11907,9 @@ diff -up policycoreutils-2.1.8/gui/system-config-selinux.glade.gui policycoreuti
|
|||||||
+</widget>
|
+</widget>
|
||||||
+
|
+
|
||||||
+</glade-interface>
|
+</glade-interface>
|
||||||
diff -up policycoreutils-2.1.8/gui/system-config-selinux.gladep.gui policycoreutils-2.1.8/gui/system-config-selinux.gladep
|
diff -up policycoreutils-2.1.10/gui/system-config-selinux.gladep.gui policycoreutils-2.1.10/gui/system-config-selinux.gladep
|
||||||
--- policycoreutils-2.1.8/gui/system-config-selinux.gladep.gui 2011-11-07 15:12:01.914834238 -0500
|
--- policycoreutils-2.1.10/gui/system-config-selinux.gladep.gui 2012-01-15 16:48:40.233095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/system-config-selinux.gladep 2011-11-07 15:12:01.914834238 -0500
|
+++ policycoreutils-2.1.10/gui/system-config-selinux.gladep 2012-01-15 16:48:40.233095742 -0500
|
||||||
@@ -0,0 +1,7 @@
|
@@ -0,0 +1,7 @@
|
||||||
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
||||||
+<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
|
+<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
|
||||||
@ -11916,9 +11918,9 @@ diff -up policycoreutils-2.1.8/gui/system-config-selinux.gladep.gui policycoreut
|
|||||||
+ <name></name>
|
+ <name></name>
|
||||||
+ <program_name></program_name>
|
+ <program_name></program_name>
|
||||||
+</glade-project>
|
+</glade-project>
|
||||||
diff -up policycoreutils-2.1.8/gui/system-config-selinux.py.gui policycoreutils-2.1.8/gui/system-config-selinux.py
|
diff -up policycoreutils-2.1.10/gui/system-config-selinux.py.gui policycoreutils-2.1.10/gui/system-config-selinux.py
|
||||||
--- policycoreutils-2.1.8/gui/system-config-selinux.py.gui 2011-11-07 15:12:01.914834238 -0500
|
--- policycoreutils-2.1.10/gui/system-config-selinux.py.gui 2012-01-15 16:48:40.233095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/system-config-selinux.py 2011-11-07 15:12:01.915834239 -0500
|
+++ policycoreutils-2.1.10/gui/system-config-selinux.py 2012-01-15 16:48:40.233095742 -0500
|
||||||
@@ -0,0 +1,187 @@
|
@@ -0,0 +1,187 @@
|
||||||
+#!/usr/bin/python -Es
|
+#!/usr/bin/python -Es
|
||||||
+#
|
+#
|
||||||
@ -12107,11 +12109,11 @@ diff -up policycoreutils-2.1.8/gui/system-config-selinux.py.gui policycoreutils-
|
|||||||
+
|
+
|
||||||
+ app = childWindow()
|
+ app = childWindow()
|
||||||
+ app.stand_alone()
|
+ app.stand_alone()
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/boolean.py.gui policycoreutils-2.1.8/gui/templates/boolean.py
|
diff -up policycoreutils-2.1.10/gui/templates/boolean.py.gui policycoreutils-2.1.10/gui/templates/boolean.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/boolean.py.gui 2011-11-07 15:12:01.915834239 -0500
|
--- policycoreutils-2.1.10/gui/templates/boolean.py.gui 2012-01-15 16:48:40.233095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/boolean.py 2011-11-07 15:12:01.916834240 -0500
|
+++ policycoreutils-2.1.10/gui/templates/boolean.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,40 @@
|
@@ -0,0 +1,40 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -12151,11 +12153,11 @@ diff -up policycoreutils-2.1.8/gui/templates/boolean.py.gui policycoreutils-2.1.
|
|||||||
+')
|
+')
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/etc_rw.py.gui policycoreutils-2.1.8/gui/templates/etc_rw.py
|
diff -up policycoreutils-2.1.10/gui/templates/etc_rw.py.gui policycoreutils-2.1.10/gui/templates/etc_rw.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/etc_rw.py.gui 2011-11-07 15:12:01.916834240 -0500
|
--- policycoreutils-2.1.10/gui/templates/etc_rw.py.gui 2012-01-15 16:48:40.233095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/etc_rw.py 2011-11-07 15:12:01.916834240 -0500
|
+++ policycoreutils-2.1.10/gui/templates/etc_rw.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,112 @@
|
@@ -0,0 +1,112 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -12267,11 +12269,11 @@ diff -up policycoreutils-2.1.8/gui/templates/etc_rw.py.gui policycoreutils-2.1.8
|
|||||||
+fc_dir="""\
|
+fc_dir="""\
|
||||||
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_etc_rw_t,s0)
|
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_etc_rw_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2.1.8/gui/templates/executable.py
|
diff -up policycoreutils-2.1.10/gui/templates/executable.py.gui policycoreutils-2.1.10/gui/templates/executable.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/executable.py.gui 2011-11-07 15:12:01.916834240 -0500
|
--- policycoreutils-2.1.10/gui/templates/executable.py.gui 2012-01-15 16:48:40.233095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/executable.py 2011-11-07 15:12:01.917834240 -0500
|
+++ policycoreutils-2.1.10/gui/templates/executable.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,451 @@
|
@@ -0,0 +1,441 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -12387,7 +12389,7 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+permissive httpd_TEMPLATETYPE_script_t;
|
+permissive httpd_TEMPLATETYPE_script_t;
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+te_daemon_rules="""
|
+te_daemon_rules="""\
|
||||||
+allow TEMPLATETYPE_t self:fifo_file rw_fifo_file_perms;
|
+allow TEMPLATETYPE_t self:fifo_file rw_fifo_file_perms;
|
||||||
+allow TEMPLATETYPE_t self:unix_stream_socket create_stream_socket_perms;
|
+allow TEMPLATETYPE_t self:unix_stream_socket create_stream_socket_perms;
|
||||||
+"""
|
+"""
|
||||||
@ -12479,8 +12481,7 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+########################### Interface File #############################
|
+########################### Interface File #############################
|
||||||
+
|
+
|
||||||
+if_heading_rules="""
|
+if_heading_rules="""
|
||||||
+## <summary>policy for TEMPLATETYPE</summary>
|
+## <summary>policy for TEMPLATETYPE</summary>"""
|
||||||
+"""
|
|
||||||
+
|
+
|
||||||
+if_program_rules="""
|
+if_program_rules="""
|
||||||
+
|
+
|
||||||
@ -12502,7 +12503,6 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+ corecmd_search_bin($1)
|
+ corecmd_search_bin($1)
|
||||||
+ domtrans_pattern($1, TEMPLATETYPE_exec_t, TEMPLATETYPE_t)
|
+ domtrans_pattern($1, TEMPLATETYPE_exec_t, TEMPLATETYPE_t)
|
||||||
+')
|
+')
|
||||||
+
|
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_user_program_rules="""
|
+if_user_program_rules="""
|
||||||
@ -12558,7 +12558,6 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+ ps_process_pattern($2, TEMPLATETYPE_t)
|
+ ps_process_pattern($2, TEMPLATETYPE_t)
|
||||||
+ allow $2 TEMPLATETYPE_t:process signal;
|
+ allow $2 TEMPLATETYPE_t:process signal;
|
||||||
+')
|
+')
|
||||||
+
|
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_sandbox_rules="""
|
+if_sandbox_rules="""
|
||||||
@ -12594,7 +12593,6 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+ allow TEMPLATETYPE_client_t $1:process { sigchld signull };
|
+ allow TEMPLATETYPE_client_t $1:process { sigchld signull };
|
||||||
+ allow TEMPLATETYPE_client_t $1:fifo_file rw_inherited_fifo_file_perms;
|
+ allow TEMPLATETYPE_client_t $1:fifo_file rw_inherited_fifo_file_perms;
|
||||||
+')
|
+')
|
||||||
+
|
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_role_change_rules="""
|
+if_role_change_rules="""
|
||||||
@ -12616,7 +12614,6 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+
|
+
|
||||||
+ allow $1 TEMPLATETYPE_r;
|
+ allow $1 TEMPLATETYPE_r;
|
||||||
+')
|
+')
|
||||||
+
|
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_initscript_rules="""
|
+if_initscript_rules="""
|
||||||
@ -12637,7 +12634,6 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+
|
+
|
||||||
+ init_labeled_script_domtrans($1, TEMPLATETYPE_initrc_exec_t)
|
+ init_labeled_script_domtrans($1, TEMPLATETYPE_initrc_exec_t)
|
||||||
+')
|
+')
|
||||||
+
|
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_dbus_rules="""
|
+if_dbus_rules="""
|
||||||
@ -12661,7 +12657,6 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+ allow $1 TEMPLATETYPE_t:dbus send_msg;
|
+ allow $1 TEMPLATETYPE_t:dbus send_msg;
|
||||||
+ allow TEMPLATETYPE_t $1:dbus send_msg;
|
+ allow TEMPLATETYPE_t $1:dbus send_msg;
|
||||||
+')
|
+')
|
||||||
+
|
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_begin_admin="""
|
+if_begin_admin="""
|
||||||
@ -12703,14 +12698,12 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+ allow $2 system_r;
|
+ allow $2 system_r;
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_end_admin="""
|
+if_end_admin="""\
|
||||||
+')
|
+')
|
||||||
+
|
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+########################### File Context ##################################
|
+########################### File Context ##################################
|
||||||
+fc_program="""\
|
+fc_program="""\
|
||||||
+
|
|
||||||
+EXECUTABLE -- gen_context(system_u:object_r:TEMPLATETYPE_exec_t,s0)
|
+EXECUTABLE -- gen_context(system_u:object_r:TEMPLATETYPE_exec_t,s0)
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
@ -12719,15 +12712,14 @@ diff -up policycoreutils-2.1.8/gui/templates/executable.py.gui policycoreutils-2
|
|||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+fc_initscript="""\
|
+fc_initscript="""\
|
||||||
+
|
|
||||||
+EXECUTABLE -- gen_context(system_u:object_r:TEMPLATETYPE_initrc_exec_t,s0)
|
+EXECUTABLE -- gen_context(system_u:object_r:TEMPLATETYPE_initrc_exec_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/__init__.py.gui policycoreutils-2.1.8/gui/templates/__init__.py
|
diff -up policycoreutils-2.1.10/gui/templates/__init__.py.gui policycoreutils-2.1.10/gui/templates/__init__.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/__init__.py.gui 2011-11-07 15:12:01.917834240 -0500
|
--- policycoreutils-2.1.10/gui/templates/__init__.py.gui 2012-01-15 16:48:40.233095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/__init__.py 2011-11-07 15:12:01.917834240 -0500
|
+++ policycoreutils-2.1.10/gui/templates/__init__.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,18 @@
|
@@ -0,0 +1,18 @@
|
||||||
+#
|
+#
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+#
|
+#
|
||||||
+# This program is free software; you can redistribute it and/or modify
|
+# This program is free software; you can redistribute it and/or modify
|
||||||
+# it under the terms of the GNU General Public License as published by
|
+# it under the terms of the GNU General Public License as published by
|
||||||
@ -12744,11 +12736,11 @@ diff -up policycoreutils-2.1.8/gui/templates/__init__.py.gui policycoreutils-2.1
|
|||||||
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
+#
|
+#
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/network.py.gui policycoreutils-2.1.8/gui/templates/network.py
|
diff -up policycoreutils-2.1.10/gui/templates/network.py.gui policycoreutils-2.1.10/gui/templates/network.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/network.py.gui 2011-11-07 15:12:01.917834240 -0500
|
--- policycoreutils-2.1.10/gui/templates/network.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/network.py 2011-11-07 15:12:01.918834240 -0500
|
+++ policycoreutils-2.1.10/gui/templates/network.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,102 @@
|
@@ -0,0 +1,102 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -12850,11 +12842,11 @@ diff -up policycoreutils-2.1.8/gui/templates/network.py.gui policycoreutils-2.1.
|
|||||||
+corenet_udp_bind_all_unreserved_ports(TEMPLATETYPE_t)
|
+corenet_udp_bind_all_unreserved_ports(TEMPLATETYPE_t)
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/rw.py.gui policycoreutils-2.1.8/gui/templates/rw.py
|
diff -up policycoreutils-2.1.10/gui/templates/rw.py.gui policycoreutils-2.1.10/gui/templates/rw.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/rw.py.gui 2011-11-07 15:12:01.918834240 -0500
|
--- policycoreutils-2.1.10/gui/templates/rw.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/rw.py 2011-11-07 15:12:01.918834240 -0500
|
+++ policycoreutils-2.1.10/gui/templates/rw.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,129 @@
|
@@ -0,0 +1,129 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -12983,11 +12975,11 @@ diff -up policycoreutils-2.1.8/gui/templates/rw.py.gui policycoreutils-2.1.8/gui
|
|||||||
+fc_dir="""
|
+fc_dir="""
|
||||||
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_rw_t,s0)
|
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_rw_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/script.py.gui policycoreutils-2.1.8/gui/templates/script.py
|
diff -up policycoreutils-2.1.10/gui/templates/script.py.gui policycoreutils-2.1.10/gui/templates/script.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/script.py.gui 2011-11-07 15:12:01.918834240 -0500
|
--- policycoreutils-2.1.10/gui/templates/script.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/script.py 2011-11-07 15:12:01.919834241 -0500
|
+++ policycoreutils-2.1.10/gui/templates/script.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,126 @@
|
@@ -0,0 +1,126 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13113,11 +13105,11 @@ diff -up policycoreutils-2.1.8/gui/templates/script.py.gui policycoreutils-2.1.8
|
|||||||
+_EOF
|
+_EOF
|
||||||
+fi
|
+fi
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/semodule.py.gui policycoreutils-2.1.8/gui/templates/semodule.py
|
diff -up policycoreutils-2.1.10/gui/templates/semodule.py.gui policycoreutils-2.1.10/gui/templates/semodule.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/semodule.py.gui 2011-11-07 15:12:01.919834241 -0500
|
--- policycoreutils-2.1.10/gui/templates/semodule.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/semodule.py 2011-11-07 15:12:01.919834241 -0500
|
+++ policycoreutils-2.1.10/gui/templates/semodule.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,41 @@
|
@@ -0,0 +1,41 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13158,11 +13150,11 @@ diff -up policycoreutils-2.1.8/gui/templates/semodule.py.gui policycoreutils-2.1
|
|||||||
+semanage ports -a -t TEMPLATETYPE_port_t -p udp PORTNUM
|
+semanage ports -a -t TEMPLATETYPE_port_t -p udp PORTNUM
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/tmp.py.gui policycoreutils-2.1.8/gui/templates/tmp.py
|
diff -up policycoreutils-2.1.10/gui/templates/tmp.py.gui policycoreutils-2.1.10/gui/templates/tmp.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/tmp.py.gui 2011-11-07 15:12:01.919834241 -0500
|
--- policycoreutils-2.1.10/gui/templates/tmp.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/tmp.py 2011-11-07 15:12:01.920834242 -0500
|
+++ policycoreutils-2.1.10/gui/templates/tmp.py 2012-01-15 16:48:48.559096233 -0500
|
||||||
@@ -0,0 +1,102 @@
|
@@ -0,0 +1,102 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13264,11 +13256,11 @@ diff -up policycoreutils-2.1.8/gui/templates/tmp.py.gui policycoreutils-2.1.8/gu
|
|||||||
+ files_search_tmp($1)
|
+ files_search_tmp($1)
|
||||||
+ admin_pattern($1, TEMPLATETYPE_tmp_t)
|
+ admin_pattern($1, TEMPLATETYPE_tmp_t)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/user.py.gui policycoreutils-2.1.8/gui/templates/user.py
|
diff -up policycoreutils-2.1.10/gui/templates/user.py.gui policycoreutils-2.1.10/gui/templates/user.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/user.py.gui 2011-11-07 15:12:01.920834242 -0500
|
--- policycoreutils-2.1.10/gui/templates/user.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/user.py 2011-11-07 15:12:01.920834242 -0500
|
+++ policycoreutils-2.1.10/gui/templates/user.py 2012-01-15 16:48:48.560096233 -0500
|
||||||
@@ -0,0 +1,204 @@
|
@@ -0,0 +1,204 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13472,11 +13464,11 @@ diff -up policycoreutils-2.1.8/gui/templates/user.py.gui policycoreutils-2.1.8/g
|
|||||||
+te_newrole_rules="""
|
+te_newrole_rules="""
|
||||||
+seutil_run_newrole(TEMPLATETYPE_t, TEMPLATETYPE_r)
|
+seutil_run_newrole(TEMPLATETYPE_t, TEMPLATETYPE_r)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/var_cache.py.gui policycoreutils-2.1.8/gui/templates/var_cache.py
|
diff -up policycoreutils-2.1.10/gui/templates/var_cache.py.gui policycoreutils-2.1.10/gui/templates/var_cache.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/var_cache.py.gui 2011-11-07 15:12:01.920834242 -0500
|
--- policycoreutils-2.1.10/gui/templates/var_cache.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/var_cache.py 2011-11-07 15:12:01.921834243 -0500
|
+++ policycoreutils-2.1.10/gui/templates/var_cache.py 2012-01-15 16:48:48.560096233 -0500
|
||||||
@@ -0,0 +1,132 @@
|
@@ -0,0 +1,132 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13608,11 +13600,11 @@ diff -up policycoreutils-2.1.8/gui/templates/var_cache.py.gui policycoreutils-2.
|
|||||||
+fc_dir="""\
|
+fc_dir="""\
|
||||||
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_cache_t,s0)
|
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_cache_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/var_lib.py.gui policycoreutils-2.1.8/gui/templates/var_lib.py
|
diff -up policycoreutils-2.1.10/gui/templates/var_lib.py.gui policycoreutils-2.1.10/gui/templates/var_lib.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/var_lib.py.gui 2011-11-07 15:12:01.921834243 -0500
|
--- policycoreutils-2.1.10/gui/templates/var_lib.py.gui 2012-01-15 16:48:40.234095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/var_lib.py 2011-11-07 15:12:01.921834243 -0500
|
+++ policycoreutils-2.1.10/gui/templates/var_lib.py 2012-01-15 16:48:48.560096233 -0500
|
||||||
@@ -0,0 +1,160 @@
|
@@ -0,0 +1,160 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13772,11 +13764,11 @@ diff -up policycoreutils-2.1.8/gui/templates/var_lib.py.gui policycoreutils-2.1.
|
|||||||
+fc_dir="""\
|
+fc_dir="""\
|
||||||
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_var_lib_t,s0)
|
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_var_lib_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/var_log.py.gui policycoreutils-2.1.8/gui/templates/var_log.py
|
diff -up policycoreutils-2.1.10/gui/templates/var_log.py.gui policycoreutils-2.1.10/gui/templates/var_log.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/var_log.py.gui 2011-11-07 15:12:01.921834243 -0500
|
--- policycoreutils-2.1.10/gui/templates/var_log.py.gui 2012-01-15 16:48:40.235095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/var_log.py 2011-11-07 15:12:01.922834244 -0500
|
+++ policycoreutils-2.1.10/gui/templates/var_log.py 2012-01-15 16:48:48.560096233 -0500
|
||||||
@@ -0,0 +1,114 @@
|
@@ -0,0 +1,114 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13812,7 +13804,7 @@ diff -up policycoreutils-2.1.8/gui/templates/var_log.py.gui policycoreutils-2.1.
|
|||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+########################### Interface File #############################
|
+########################### Interface File #############################
|
||||||
+if_rules="""
|
+if_rules="""\
|
||||||
+########################################
|
+########################################
|
||||||
+## <summary>
|
+## <summary>
|
||||||
+## Read TEMPLATETYPE's log files.
|
+## Read TEMPLATETYPE's log files.
|
||||||
@ -13890,11 +13882,11 @@ diff -up policycoreutils-2.1.8/gui/templates/var_log.py.gui policycoreutils-2.1.
|
|||||||
+fc_dir="""\
|
+fc_dir="""\
|
||||||
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_log_t,s0)
|
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_log_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/var_run.py.gui policycoreutils-2.1.8/gui/templates/var_run.py
|
diff -up policycoreutils-2.1.10/gui/templates/var_run.py.gui policycoreutils-2.1.10/gui/templates/var_run.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/var_run.py.gui 2011-11-07 15:12:01.922834244 -0500
|
--- policycoreutils-2.1.10/gui/templates/var_run.py.gui 2012-01-15 16:48:40.235095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/var_run.py 2011-11-07 15:12:01.922834244 -0500
|
+++ policycoreutils-2.1.10/gui/templates/var_run.py 2012-01-15 16:48:48.560096233 -0500
|
||||||
@@ -0,0 +1,101 @@
|
@@ -0,0 +1,101 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -13933,7 +13925,7 @@ diff -up policycoreutils-2.1.8/gui/templates/var_run.py.gui policycoreutils-2.1.
|
|||||||
+files_pid_filetrans(TEMPLATETYPE_t, TEMPLATETYPE_var_run_t, sock_file)
|
+files_pid_filetrans(TEMPLATETYPE_t, TEMPLATETYPE_var_run_t, sock_file)
|
||||||
+"""
|
+"""
|
||||||
+
|
+
|
||||||
+if_rules="""
|
+if_rules="""\
|
||||||
+########################################
|
+########################################
|
||||||
+## <summary>
|
+## <summary>
|
||||||
+## Read TEMPLATETYPE PID files.
|
+## Read TEMPLATETYPE PID files.
|
||||||
@ -13995,11 +13987,11 @@ diff -up policycoreutils-2.1.8/gui/templates/var_run.py.gui policycoreutils-2.1.
|
|||||||
+fc_dir="""\
|
+fc_dir="""\
|
||||||
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_var_run_t,s0)
|
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_var_run_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/templates/var_spool.py.gui policycoreutils-2.1.8/gui/templates/var_spool.py
|
diff -up policycoreutils-2.1.10/gui/templates/var_spool.py.gui policycoreutils-2.1.10/gui/templates/var_spool.py
|
||||||
--- policycoreutils-2.1.8/gui/templates/var_spool.py.gui 2011-11-07 15:12:01.922834244 -0500
|
--- policycoreutils-2.1.10/gui/templates/var_spool.py.gui 2012-01-15 16:48:40.235095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/templates/var_spool.py 2011-11-07 15:12:01.923834245 -0500
|
+++ policycoreutils-2.1.10/gui/templates/var_spool.py 2012-01-15 16:48:48.560096233 -0500
|
||||||
@@ -0,0 +1,131 @@
|
@@ -0,0 +1,131 @@
|
||||||
+# Copyright (C) 2007-2011 Red Hat
|
+# Copyright (C) 2007-2012 Red Hat
|
||||||
+# see file 'COPYING' for use and warranty information
|
+# see file 'COPYING' for use and warranty information
|
||||||
+#
|
+#
|
||||||
+# policygentool is a tool for the initial generation of SELinux policy
|
+# policygentool is a tool for the initial generation of SELinux policy
|
||||||
@ -14130,9 +14122,9 @@ diff -up policycoreutils-2.1.8/gui/templates/var_spool.py.gui policycoreutils-2.
|
|||||||
+fc_dir="""\
|
+fc_dir="""\
|
||||||
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_spool_t,s0)
|
+FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_spool_t,s0)
|
||||||
+"""
|
+"""
|
||||||
diff -up policycoreutils-2.1.8/gui/usersPage.py.gui policycoreutils-2.1.8/gui/usersPage.py
|
diff -up policycoreutils-2.1.10/gui/usersPage.py.gui policycoreutils-2.1.10/gui/usersPage.py
|
||||||
--- policycoreutils-2.1.8/gui/usersPage.py.gui 2011-11-07 15:12:01.923834245 -0500
|
--- policycoreutils-2.1.10/gui/usersPage.py.gui 2012-01-15 16:48:40.235095742 -0500
|
||||||
+++ policycoreutils-2.1.8/gui/usersPage.py 2011-11-07 15:12:01.923834245 -0500
|
+++ policycoreutils-2.1.10/gui/usersPage.py 2012-01-15 16:48:40.235095742 -0500
|
||||||
@@ -0,0 +1,150 @@
|
@@ -0,0 +1,150 @@
|
||||||
+## usersPage.py - show selinux mappings
|
+## usersPage.py - show selinux mappings
|
||||||
+## Copyright (C) 2006,2007,2008 Red Hat, Inc.
|
+## Copyright (C) 2006,2007,2008 Red Hat, Inc.
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.1.10
|
Version: 2.1.10
|
||||||
Release: 5%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# Based on git repository with tag 20101221
|
# Based on git repository with tag 20101221
|
||||||
@ -111,6 +111,7 @@ rm -f %{buildroot}/usr/share/man/ru/man8/open_init_pty.8.gz
|
|||||||
rm -f %{buildroot}/usr/share/man/man8/open_init_pty.8
|
rm -f %{buildroot}/usr/share/man/man8/open_init_pty.8
|
||||||
rm -f %{buildroot}/usr/sbin/open_init_pty
|
rm -f %{buildroot}/usr/sbin/open_init_pty
|
||||||
|
|
||||||
|
ln -s /sbin/restorecon %{buildroot}%{_sbindir}/restorecon
|
||||||
ln -sf consolehelper %{buildroot}%{_bindir}/system-config-selinux
|
ln -sf consolehelper %{buildroot}%{_bindir}/system-config-selinux
|
||||||
ln -sf /usr/share/system-config-selinux/polgengui.py %{buildroot}%{_bindir}/selinux-polgengui
|
ln -sf /usr/share/system-config-selinux/polgengui.py %{buildroot}%{_bindir}/selinux-polgengui
|
||||||
%{__mkdir} -p %{buildroot}%{_sysconfdir}/bash_completion.d/
|
%{__mkdir} -p %{buildroot}%{_sysconfdir}/bash_completion.d/
|
||||||
@ -271,6 +272,7 @@ rm -rf %{buildroot}
|
|||||||
%{_sbindir}/semodule
|
%{_sbindir}/semodule
|
||||||
%{_sbindir}/sestatus
|
%{_sbindir}/sestatus
|
||||||
%{_sbindir}/run_init
|
%{_sbindir}/run_init
|
||||||
|
%{_sbindir}/restorecon
|
||||||
%{_bindir}/secon
|
%{_bindir}/secon
|
||||||
%{_bindir}/semodule_deps
|
%{_bindir}/semodule_deps
|
||||||
%{_bindir}/semodule_expand
|
%{_bindir}/semodule_expand
|
||||||
@ -356,6 +358,12 @@ fi
|
|||||||
/bin/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 15 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-7
|
||||||
|
- Add unit file support to sepolgen, and cleanup some of the output.
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-6
|
||||||
|
- Make /usr/sbin/restorecon a symbolic link to /sbin/restorecon
|
||||||
|
|
||||||
* Mon Jan 9 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-5
|
* Mon Jan 9 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-5
|
||||||
- Fix English in templates for sepolgen
|
- Fix English in templates for sepolgen
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user