Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
S
scom
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
SulinOS
scom
Commits
6e616ca1
Kaydet (Commit)
6e616ca1
authored
Eyl 26, 2017
tarafından
Suleyman Poyraz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
duzenlendi
üst
5b33d741
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
loop.c
scom/src/loop.c
+2
-2
hav.py
scom/tools/hav.py
+3
-3
No files found.
scom/src/loop.c
Dosyayı görüntüle @
6e616ca1
...
...
@@ -80,12 +80,12 @@ message_execute(DBusMessage *msg, const char *app, const char *model, const char
int
result
;
if
(
policy_check
(
sender
,
action_id
,
&
result
)
==
0
)
{
if
(
result
!=
POLICY_YES
)
{
bus_reply_error
(
msg
,
"
Comar
.PolicyKit"
,
action_id
);
bus_reply_error
(
msg
,
"
Scom
.PolicyKit"
,
action_id
);
return
;
}
}
else
{
bus_reply_error
(
msg
,
"
Comar
.PolicyKit"
,
"error"
);
bus_reply_error
(
msg
,
"
Scom
.PolicyKit"
,
"error"
);
return
;
}
}
...
...
scom/tools/hav.py
Dosyayı görüntüle @
6e616ca1
#!/usr/bin/python
#!/usr/bin/
env
python
# -*- coding: utf-8 -*-
import
scom
...
...
@@ -7,7 +7,7 @@ import locale
import
sys
import
os
import
p
iksemel
import
c
iksemel
def
printUsage
():
print
(
"Usage:
%
s <command>"
%
sys
.
argv
[
0
])
...
...
@@ -27,7 +27,7 @@ def introspect(link, path="/"):
nodes
=
[]
interfaces
=
{}
xml
=
p
iksemel
.
parseString
(
obj
.
Introspect
(
dbus_interface
=
"org.freedesktop.DBus.Introspectable"
))
xml
=
c
iksemel
.
parseString
(
obj
.
Introspect
(
dbus_interface
=
"org.freedesktop.DBus.Introspectable"
))
for
tag
in
xml
.
tags
():
if
tag
.
name
()
==
"node"
:
nodes
.
append
(
tag
.
getAttribute
(
"name"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment