man-pages/man5/udisks2.conf.5.html
2021-03-31 01:06:50 +01:00

145 lines
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of UDISKS2.CONF</TITLE>
</HEAD><BODY>
<H1>UDISKS2.CONF</H1>
Section: UDisks Daemon Configuration (5)<BR>Updated: August 2018<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
udisks2.conf - The udisks2 configuration file
<A NAME="lbAC">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
The udisks project provides additional functionality via pluggable modules. These plugins can be inserted into the daemon either by D-Bus call
<B>org.freedesktop.UDisks2.Manager.EnableModules()</B>
or by running the udisks daemon with
<B>--force-load-modules</B>
command line option.
<P>
It is also possible to configure the modules loading behavior via the configuration file placed at
<I>/etc/udisks/udisks2.conf</I>.
<A NAME="lbAD">&nbsp;</A>
<H2>CONFIGURATION FILE</H2>
<P>
The default configuration file
<B>udisks2.conf</B>
looks like this:
<P>
<DL COMPACT><DT id="1"><DD>
<PRE>
[udisks2]
modules=*
modules_load_preference=ondemand
[defaults]
encryption=luks1
</PRE>
</DL>
<P>
<P>
<B>modules = &lt;string list&gt;</B>
<DL COMPACT><DT id="2"><DD>
<P>
This variable controlls what modules should be loaded. It may contain either a comma-separated list of modules to load or a single asterisk which stands for all the modules.
</DL>
<P>
<B>modules_load_preference = ondemand|onstartup</B>
<DL COMPACT><DT id="3"><DD>
<P>
This key tells udisksd when to load the plugins: either at startup or on demand by D-Bus
<B>org.freedesktop.UDisks2.Manager.EnableModules()</B>.
</DL>
<P>
<B>encryption = luks1|luks2</B>
<DL COMPACT><DT id="4"><DD>
<P>
This variable controls which encryption technology will be used by default when creating an encrypted filesystem.
</DL>
<A NAME="lbAE">&nbsp;</A>
<H2>AUTHOR</H2>
<P>
&lt;<A HREF="mailto:phatina@redhat.com">phatina@redhat.com</A>&gt;
<A NAME="lbAF">&nbsp;</A>
<H2>BUGS</H2>
<P>
Please send bug reports to either the distribution bug tracker or the upstream bug tracker at
m[blue]<B><A HREF="https://github.com/storaged-project/udisks/issues">https://github.com/storaged-project/udisks/issues</A></B>m[].
<A NAME="lbAG">&nbsp;</A>
<H2>SEE ALSO</H2>
<P>
<B><A HREF="/cgi-bin/man/man2html?8+udisks">udisks</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?1+udisksctl">udisksctl</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?8+umount.udisks2">umount.udisks2</A></B>(8)
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="5"><A HREF="#lbAB">NAME</A><DD>
<DT id="6"><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT id="7"><A HREF="#lbAD">CONFIGURATION FILE</A><DD>
<DT id="8"><A HREF="#lbAE">AUTHOR</A><DD>
<DT id="9"><A HREF="#lbAF">BUGS</A><DD>
<DT id="10"><A HREF="#lbAG">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:06 GMT, March 31, 2021
</BODY>
</HTML>