aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Module
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-01-13 17:38:07 +0100
committerAngelo Naselli <anaselli@linux.it>2015-01-13 17:38:07 +0100
commit46d7da76b113952563db803c003968cde1f9bf72 (patch)
treebbede85fbbf980643c68bbd704abbdd8a6c6157a /lib/AdminPanel/Module
parentc6f4d2b5955f928e3d436d031ccd2ccaccacf383 (diff)
downloadcolin-keep-46d7da76b113952563db803c003968cde1f9bf72.tar
colin-keep-46d7da76b113952563db803c003968cde1f9bf72.tar.gz
colin-keep-46d7da76b113952563db803c003968cde1f9bf72.tar.bz2
colin-keep-46d7da76b113952563db803c003968cde1f9bf72.tar.xz
colin-keep-46d7da76b113952563db803c003968cde1f9bf72.zip
Managed new flag dbus_auth_interactive to to work in user space (thanks Colin)
Diffstat (limited to 'lib/AdminPanel/Module')
-rw-r--r--lib/AdminPanel/Module/Services.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/AdminPanel/Module/Services.pm b/lib/AdminPanel/Module/Services.pm
index 168e275..7ca3d8e 100644
--- a/lib/AdminPanel/Module/Services.pm
+++ b/lib/AdminPanel/Module/Services.pm
@@ -221,13 +221,13 @@ sub BUILD {
sub start {
my $self = shift;
- if ($EUID != 0) {
- $self->sh_gui->warningMsgBox({
- title => $self->name,
- text => $self->loc->N("root privileges required"),
- });
- return;
- }
+# if ($EUID != 0) {
+# $self->sh_gui->warningMsgBox({
+# title => $self->name,
+# text => $self->loc->N("root privileges required"),
+# });
+# return;
+# }
$self->_servicePanel();
};