summaryrefslogtreecommitdiff
path: root/dev-python/sepolgen/files/0030-default-path-for-tests-also-needed-bug-467264.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sepolgen/files/0030-default-path-for-tests-also-needed-bug-467264.patch')
-rw-r--r--dev-python/sepolgen/files/0030-default-path-for-tests-also-needed-bug-467264.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/sepolgen/files/0030-default-path-for-tests-also-needed-bug-467264.patch b/dev-python/sepolgen/files/0030-default-path-for-tests-also-needed-bug-467264.patch
deleted file mode 100644
index c8678604c4fd..000000000000
--- a/dev-python/sepolgen/files/0030-default-path-for-tests-also-needed-bug-467264.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr sepolgen-1.2.1.orig/src/sepolgen/defaults.py sepolgen-1.2.1/src/sepolgen/defaults.py
---- sepolgen-1.2.1.orig/src/sepolgen/defaults.py 2013-11-04 22:24:13.620024022 +0100
-+++ sepolgen-1.2.1/src/sepolgen/defaults.py 2013-11-04 22:25:05.619024133 +0100
-@@ -27,7 +27,7 @@
- self.config = dict()
- if not os.path.exists(pathname):
- self.config_pathname = "(defaults)"
-- self.config["SELINUX_DEVEL_PATH"] = "/usr/share/selinux/default:/usr/share/selinux/mls:/usr/share/selinux/devel"
-+ self.config["SELINUX_DEVEL_PATH"] = "/usr/share/selinux/strict/include:/usr/share/selinux/mcs/include:/usr/share/selinux/targeted/include:/usr/share/selinux/mls/include:/usr/share/selinux/default:/usr/share/selinux/mls:/usr/share/selinux/devel"
- return
- self.config_pathname = pathname
- ignore = re.compile(r"^\s*(?:#.+)?$")