1UDISKS2.CONF(5)           UDisks Daemon Configuration          UDISKS2.CONF(5)
2
3
4

NAME

6       udisks2.conf - The udisks2 configuration file
7

DESCRIPTION

9       The udisks project provides additional functionality via pluggable
10       modules. These plugins can be inserted into the daemon either by D-Bus
11       call org.freedesktop.UDisks2.Manager.EnableModules() or by running the
12       udisks daemon with --force-load-modules command line option.
13
14       It is also possible to configure the modules loading behavior via the
15       configuration file placed at /etc/udisks/udisks2.conf.
16

CONFIGURATION FILE

18       The default configuration file udisks2.conf looks like this:
19
20               [udisks2]
21               modules=*
22               modules_load_preference=ondemand
23
24               [defaults]
25               encryption=luks1
26
27
28       modules = <string list>
29
30           This variable controlls what modules should be loaded. It may
31           contain either a comma-separated list of modules to load or a
32           single asterisk which stands for all the modules.
33
34       modules_load_preference = ondemand|onstartup
35
36           This key tells udisksd when to load the plugins: either at startup
37           or on demand by D-Bus
38           org.freedesktop.UDisks2.Manager.EnableModules().
39
40       encryption = luks1|luks2
41
42           This variable controls which encryption technology will be used by
43           default when creating an encrypted filesystem.
44

AUTHOR

46       <phatina@redhat.com>
47

BUGS

49       Please send bug reports to either the distribution bug tracker or the
50       upstream bug tracker at
51       https://github.com/storaged-project/udisks/issues.
52

SEE ALSO

54       udisks(8), udisksctl(1), umount.udisks2(8)
55
56
57
58udisks2.conf 2.8.0                August 2018                  UDISKS2.CONF(5)
Impressum