This file is indexed.

/usr/share/gtk-doc/html/udisks2/udisks2.conf.5.html is in udisks2-doc 2.7.6-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>udisks2.conf: UDisks Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="UDisks Reference Manual">
<link rel="up" href="overview.html" title="Part I. Manual pages and Overview">
<link rel="prev" href="umount.udisks2.8.html" title="umount.udisks2">
<link rel="next" href="ref-dbus.html" title="Part II. D-Bus API Reference">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="overview.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="umount.udisks2.8.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="ref-dbus.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="udisks2.conf.5"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">udisks2.conf</span></h2>
<p>udisks2.conf — The udisks2 configuration file</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="id-1.2.6.4"></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 <code class="function">org.freedesktop.UDisks2.Manager.EnableModules()</code>
      or by running the udisks daemon with
      <code class="option">--force-load-modules</code> command line option.
    </p>
<p>
      It is also possible to configure the modules loading behavior via
      the configuration file placed at
      <span class="emphasis"><em>/etc/udisks/udisks2.conf</em></span>.
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.6.5"></a><h2>CONFIGURATION FILE</h2>
<p>
      The default configuration file <span class="bold"><strong>udisks2.conf</strong></span> looks like this:
    </p>
<pre class="programlisting">
    [udisks2]
    modules=*
    modules_load_preference=ondemand
    </pre>
<p>
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="option">modules = &lt;string list&gt;</code></span></p></td>
<td></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">modules_load_preference = ondemand|onstartup</code></span></p></td>
<td></td>
</tr>
</tbody>
</table></div>
<p>
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.6.6"></a><h2>AUTHOR</h2>
<p>
      <code class="email">&lt;<a class="email" href="mailto:phatina@redhat.com">phatina@redhat.com</a>&gt;</code>
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.6.7"></a><h2>BUGS</h2>
<p>
      Please send bug reports to either the distribution bug tracker
      or the upstream bug tracker at
      <a class="ulink" href="https://github.com/storaged-project/udisks/issues" target="_top">https://github.com/storaged-project/udisks/issues</a>.
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.6.8"></a><h2>SEE ALSO</h2>
<p>
      <a class="link" href="udisks.8.html" title="udisks"><span class="citerefentry"><span class="refentrytitle">udisks</span>(8)</span></a>,
      <a class="link" href="udisksctl.1.html" title="udisksctl"><span class="citerefentry"><span class="refentrytitle">udisksctl</span>(1)</span></a>,
      <a class="link" href="umount.udisks2.8.html" title="umount.udisks2"><span class="citerefentry"><span class="refentrytitle">umount.udisks2</span>(8)</span></a>
    </p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>