openbsdisks2

UDisks2 service implementation for OpenBSD

WWW CVSWeb GITHub
  1. Package version
    openbsdisks2-0.5.0
  2. Maintainer
    Rafael Sadowski

A UDisks2 service implementation for OpenBSD forked from FreeBSD
(bsdutils/bsdisks).

OpenBSDisks2 provides a simple DBus org.freedesktop.UDisks2 service.
It only provides readable properties for the UDisks2.Drive,
UDisks2.Block and UDisks2.Filesystem interfaces.

UDisks2 is an abstraction for enumerating disk and storage devices and
performing operations on them.

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

OpenBSDisks2 is started automatically when an application makes a DBus
org.freedesktop.UDisks2 request.

Security
========
Please note that OpenBSDisks2 is run as root.

Logging
========
Logging is enabled by default to syslogd(8) with the tag "openbsdisks2". If you
want to use a separate file for logs, add the following lines to the top of
/etc/syslog.conf:

!!openbsdisks2
*.* /var/log/openbsdisks2.log
!*

create logfile:
# install -D -m 0640 /dev/null /var/log/openbsdisks2.log

and restart syslogd(8):
# rcctl reload syslogd

  • devel/cmake
  • devel/ninja

  • x11/dbus,-suid