X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fdbus-daemon.1.in;h=53856e91f278bb29eabf26ba605f3d6d861969a9;hb=1dd0ff6d5bc95516d26bd1dff6dd97599ac60e2e;hp=185441c9780898043915674e3780b4987369458d;hpb=0d7318ccc72b0b984a3a27e71eb5e9a3919ff3bb;p=platform%2Fupstream%2Fdbus.git diff --git a/doc/dbus-daemon.1.in b/doc/dbus-daemon.1.in index 185441c..53856e9 100644 --- a/doc/dbus-daemon.1.in +++ b/doc/dbus-daemon.1.in @@ -94,6 +94,10 @@ configured in the configuration file. .I "\-\-systemd\-activation" Enable systemd\-style service activation. Only useful in conjunction with the systemd system and session manager on Linux. +.TP +.I "\-\-nopidfile" +Don't write a PID file even if one is configured in the configuration +files. .SH CONFIGURATION FILE @@ -497,6 +501,7 @@ The possible attributes of these elements are: eavesdrop="true" | "false" own="name" + own_prefix="name" user="username" group="groupname" .fi @@ -569,6 +574,15 @@ like "foo.bar.*" aren't allowed for now because they'd be work to implement and maybe encourage sloppy security anyway. .PP + allows you to own the name "a.b" or any +name whose first dot-separated elements are "a.b": in particular, +you can own "a.b.c" or "a.b.c.d", but not "a.bc" or "a.c". +This is useful when services like Telepathy and ReserveDevice +define a meaning for subtrees of well-known names, such as +org.freedesktop.Telepathy.ConnectionManager.(anything) +and org.freedesktop.ReserveDevice1.(anything). + +.PP It does not make sense to deny a user or group inside a for a user or group; user/group denials can only be inside context="default" or context="mandatory" policies.