blob: 05f145a3e75b436b6c1100ab357f18b64fb21b67 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301Upstream Status: Inappropriate [No upstream maintenance]
2
3Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org>
4
5---
6
7Index: Bastille/Bastille/Firewall.pm
8===================================================================
9--- Bastille.orig/Bastille/Firewall.pm 2008-09-14 19:56:54.000000000 -0400
10+++ Bastille/Bastille/Firewall.pm 2013-08-20 16:28:44.588378000 -0400
11@@ -21,6 +21,7 @@
12 package Bastille::Firewall;
13
14 use Bastille::API;
15+use Bastille::API::AccountPermission;
16 use Bastille::API::FileContent;
17 use Bastille::API::ServiceAdmin;
18
19Index: Bastille/Bastille/SecureInetd.pm
20===================================================================
21--- Bastille.orig/Bastille/SecureInetd.pm 2008-09-14 19:56:58.000000000 -0400
22+++ Bastille/Bastille/SecureInetd.pm 2013-08-20 16:45:02.252378001 -0400
23@@ -12,6 +12,7 @@
24 use lib "/usr/lib";
25
26 use Bastille::API;
27+use Bastille::API::AccountPermission;
28 use Bastille::API::HPSpecific;
29 use Bastille::API::ServiceAdmin;
30 use Bastille::API::FileContent;
31Index: Bastille/Bastille/ConfigureMiscPAM.pm
32===================================================================
33--- Bastille.orig/Bastille/ConfigureMiscPAM.pm 2005-09-12 23:47:28.000000000 -0400
34+++ Bastille/Bastille/ConfigureMiscPAM.pm 2013-08-20 18:36:07.340378001 -0400
35@@ -5,6 +5,7 @@
36 use lib "/usr/lib";
37
38 use Bastille::API;
39+use Bastille::API::FileContent;
40
41 # To DO:
42 #
43Index: Bastille/Bastille/Printing.pm
44===================================================================
45--- Bastille.orig/Bastille/Printing.pm 2008-09-14 19:56:58.000000000 -0400
46+++ Bastille/Bastille/Printing.pm 2013-08-20 19:05:01.532378002 -0400
47@@ -5,6 +5,7 @@
48 use lib "/usr/lib";
49
50 use Bastille::API;
51+use Bastille::API::AccountPermission;
52 use Bastille::API::HPSpecific;
53 use Bastille::API::ServiceAdmin;
54 use Bastille::API::FileContent;