summaryrefslogtreecommitdiffstats
path: root/bin/drakinvictus
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakinvictus')
-rwxr-xr-xbin/drakinvictus2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/drakinvictus b/bin/drakinvictus
index 1ae771b..c903bc6 100755
--- a/bin/drakinvictus
+++ b/bin/drakinvictus
@@ -32,6 +32,8 @@ use detect_devices;
use mygtk2 qw(gtknew);
use ugtk2 qw(:create :helpers :wrappers :dialogs);
+require_root_capability();
+
$ugtk2::wm_icon = 'invictus-16';
my $title = N("Invictus Firewall");
my $w = ugtk2->new($title);