diff options
author | kremlin <ian@kremlin.cc> | 2014-07-23 05:27:05 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-07-23 05:27:05 +0800 |
commit | fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad (patch) | |
tree | e667d679638de6cac7a607bcbc884dbc8fa64639 /conf/introspect-xml | |
parent | 9ce456700bab1a39ee3aa7f95bd7a2f9505d91ec (diff) | |
download | systembsd-fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad.tar systembsd-fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad.tar.gz systembsd-fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad.tar.bz2 systembsd-fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad.tar.lz systembsd-fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad.tar.xz systembsd-fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad.tar.zst systembsd-fd432a8943d6f70cc1cdcf8d750c9d42d09ca4ad.zip |
organize configs in conf/ into new subdirectories
introspection xml -> conf/introspect-xml/
service files -> conf/service-files/
dbus policies -> conf/sysbus-policy/
Diffstat (limited to 'conf/introspect-xml')
-rw-r--r-- | conf/introspect-xml/hostnamed-ispect.xml | 48 | ||||
-rw-r--r-- | conf/introspect-xml/localed-ispect.xml | 31 | ||||
-rw-r--r-- | conf/introspect-xml/logind-ispect.xml | 235 | ||||
-rw-r--r-- | conf/introspect-xml/timedated-ispect.xml | 39 |
4 files changed, 353 insertions, 0 deletions
diff --git a/conf/introspect-xml/hostnamed-ispect.xml b/conf/introspect-xml/hostnamed-ispect.xml new file mode 100644 index 0000000..bca38cf --- /dev/null +++ b/conf/introspect-xml/hostnamed-ispect.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.freedesktop.hostname1"> + <property name="Hostname" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> + </property> + <property name="StaticHostname" type="s" access="read" /> + <property name="PrettyHostname" type="s" access="read" /> + <property name="IconName" type="s" access="read" /> + <property name="Chassis" type="s" access="read" /> + <property name="KernelName" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="KernelRelease" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="KernelVersion" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="OperatingSystemPrettyName" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="OperatingSystemCPEName" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <method name="SetHostname"> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetStaticHostname"> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetPrettyHostname"> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetIconName"> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetChassis"> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + </method> + </interface> +</node> diff --git a/conf/introspect-xml/localed-ispect.xml b/conf/introspect-xml/localed-ispect.xml new file mode 100644 index 0000000..7fa1dca --- /dev/null +++ b/conf/introspect-xml/localed-ispect.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.freedesktop.locale1"> + <property name="Locale" type="as" access="read" /> + <property name="X11Layout" type="s" access="read" /> + <property name="X11Model" type="s" access="read" /> + <property name="X11Variant" type="s" access="read" /> + <property name="X11Options" type="s" access="read" /> + <property name="VConsoleKeymap" type="s" access="read" /> + <property name="VConsoleKeymapToggle" type="s" access="read" /> + <method name="SetLocale"> + <arg type="as" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetVConsoleKeyboard"> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetX11Keyboard"> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + <arg type="b" direction="in" /> + </method> + </interface> +</node> diff --git a/conf/introspect-xml/logind-ispect.xml b/conf/introspect-xml/logind-ispect.xml new file mode 100644 index 0000000..25ff8ca --- /dev/null +++ b/conf/introspect-xml/logind-ispect.xml @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.freedesktop.login1.Manager"> + <property name="NAutoVTs" type="u" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="KillOnlyUsers" type="as" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="KillExcludeUsers" type="as" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="KillUserProcesses" type="b" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="IdleHint" type="b" access="read" /> + <property name="IdleSinceHint" type="t" access="read" /> + <property name="IdleSinceHintMonotonic" type="t" access="read" /> + <property name="BlockInhibited" type="s" access="read" /> + <property name="DelayInhibited" type="s" access="read" /> + <property name="InhibitDelayMaxUSec" type="t" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="HandlePowerKey" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="HandleSuspendKey" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="HandleHibernateKey" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="HandleLidSwitch" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="IdleAction" type="s" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="IdleActionUSec" type="t" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" /> + </property> + <property name="PreparingForShutdown" type="b" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> + </property> + <property name="PreparingForSleep" type="b" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> + </property> + <method name="GetSession"> + <arg type="s" direction="in" /> + <arg type="o" direction="out" /> + </method> + <method name="GetSessionByPID"> + <arg type="u" direction="in" /> + <arg type="o" direction="out" /> + </method> + <method name="GetUser"> + <arg type="u" direction="in" /> + <arg type="o" direction="out" /> + </method> + <method name="GetUserByPID"> + <arg type="u" direction="in" /> + <arg type="o" direction="out" /> + </method> + <method name="GetSeat"> + <arg type="s" direction="in" /> + <arg type="o" direction="out" /> + </method> + <method name="ListSessions"> + <arg type="a(susso)" direction="out" /> + </method> + <method name="ListUsers"> + <arg type="a(uso)" direction="out" /> + </method> + <method name="ListSeats"> + <arg type="a(so)" direction="out" /> + </method> + <method name="ListInhibitors"> + <arg type="a(ssssuu)" direction="out" /> + </method> + <method name="CreateSession"> + <arg type="u" direction="in" /> + <arg type="u" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="u" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="a(sv)" direction="in" /> + <arg type="s" direction="out" /> + <arg type="o" direction="out" /> + <arg type="s" direction="out" /> + <arg type="h" direction="out" /> + <arg type="u" direction="out" /> + <arg type="s" direction="out" /> + <arg type="u" direction="out" /> + <arg type="b" direction="out" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="ReleaseSession"> + <arg type="s" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="ActivateSession"> + <arg type="s" direction="in" /> + </method> + <method name="ActivateSessionOnSeat"> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + </method> + <method name="LockSession"> + <arg type="s" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="UnlockSession"> + <arg type="s" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="LockSessions"> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="UnlockSessions"> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="KillSession"> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="i" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="KillUser"> + <arg type="u" direction="in" /> + <arg type="i" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="TerminateSession"> + <arg type="s" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="TerminateUser"> + <arg type="u" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="TerminateSeat"> + <arg type="s" direction="in" /> + <annotation name="org.freedesktop.systemd1.Privileged" value="true" /> + </method> + <method name="SetUserLinger"> + <arg type="u" direction="in" /> + <arg type="b" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="AttachDevice"> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="FlushDevices"> + <arg type="b" direction="in" /> + </method> + <method name="PowerOff"> + <arg type="b" direction="in" /> + </method> + <method name="Reboot"> + <arg type="b" direction="in" /> + </method> + <method name="Suspend"> + <arg type="b" direction="in" /> + </method> + <method name="Hibernate"> + <arg type="b" direction="in" /> + </method> + <method name="HybridSleep"> + <arg type="b" direction="in" /> + </method> + <method name="CanPowerOff"> + <arg type="s" direction="out" /> + </method> + <method name="CanReboot"> + <arg type="s" direction="out" /> + </method> + <method name="CanSuspend"> + <arg type="s" direction="out" /> + </method> + <method name="CanHibernate"> + <arg type="s" direction="out" /> + </method> + <method name="CanHybridSleep"> + <arg type="s" direction="out" /> + </method> + <method name="Inhibit"> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="s" direction="in" /> + <arg type="h" direction="out" /> + </method> + <signal name="SessionNew"> + <arg type="s" direction="in" /> + <arg type="o" direction="in" /> + </signal> + <signal name="SessionRemoved"> + <arg type="s" direction="in" /> + <arg type="o" direction="in" /> + </signal> + <signal name="UserNew"> + <arg type="u" direction="in" /> + <arg type="o" direction="in" /> + </signal> + <signal name="UserRemoved"> + <arg type="u" direction="in" /> + <arg type="o" direction="in" /> + </signal> + <signal name="SeatNew"> + <arg type="s" direction="in" /> + <arg type="o" direction="in" /> + </signal> + <signal name="SeatRemoved"> + <arg type="s" direction="in" /> + <arg type="o" direction="in" /> + </signal> + <signal name="PrepareForShutdown"> + <arg type="b" direction="in" /> + </signal> + <signal name="PrepareForSleep"> + <arg type="b" direction="in" /> + </signal> + </interface> +</node> diff --git a/conf/introspect-xml/timedated-ispect.xml b/conf/introspect-xml/timedated-ispect.xml new file mode 100644 index 0000000..5dc44ff --- /dev/null +++ b/conf/introspect-xml/timedated-ispect.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.freedesktop.timedate1"> + <property name="Timezone" type="s" access="read" /> + <property name="LocalRTC" type="b" access="read" /> + <property name="CanNTP" type="b" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> + </property> + <property name="NTP" type="b" access="read" /> + <property name="NTPSynchronized" type="b" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> + </property> + <property name="TimeUSec" type="t" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> + </property> + <property name="RTCTimeUSec" type="t" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> + </property> + <method name="SetTime"> + <arg type="x" direction="in" /> + <arg type="b" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetTimezone"> + <arg type="s" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetLocalRTC"> + <arg type="b" direction="in" /> + <arg type="b" direction="in" /> + <arg type="b" direction="in" /> + </method> + <method name="SetNTP"> + <arg type="b" direction="in" /> + <arg type="b" direction="in" /> + </method> + </interface> +</node> |