File: semigrate-store.patch

package info (click to toggle)
libsemanage 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,108 kB
  • sloc: ansic: 21,386; python: 1,308; yacc: 523; makefile: 285; lex: 81; sh: 16
file content (15 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use python3 for semanage_migrate_store
Author: Laurent Bigonville <bigon@debian.org>
Forwarded: not-needed

--- a/utils/semanage_migrate_store
+++ b/utils/semanage_migrate_store
@@ -13,7 +13,7 @@
     import selinux
     import semanage
 except ImportError:
-    print("You must install libselinux-python and libsemanage-python before running this tool", file=sys.stderr)
+    print("You must install python3-selinux and python3-semanage before running this tool", file=sys.stderr)
     exit(1)