This file is indexed.

/usr/share/doc/libpam-doc/html/mwg-introduction-synopsis.html is in libpam-doc 1.1.3-7ubuntu2.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>1.2. Synopsis</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="Linux-PAM_MWG.html" title="The Linux-PAM Module Writers' Guide"><link rel="up" href="mwg-introduction.html" title="Chapter 1. Introduction"><link rel="prev" href="mwg-introduction-description.html" title="1.1. Description"><link rel="next" href="mwg-expected-by-module.html" title="Chapter 2. What can be expected by the module"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2. Synopsis</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="mwg-introduction-description.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Introduction</th><td width="20%" align="right"> <a accesskey="n" href="mwg-expected-by-module.html">Next</a></td></tr></table><hr></div><div class="section" title="1.2. Synopsis"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="mwg-introduction-synopsis"></a>1.2. Synopsis</h2></div></div></div><pre class="programlisting">
#include &lt;security/pam_modules.h&gt;

gcc -fPIC -c pam_module.c
gcc -shared -o pam_module.so pam_module.o -lpam
      </pre></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="mwg-introduction-description.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="mwg-introduction.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="mwg-expected-by-module.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.1. Description </td><td width="20%" align="center"><a accesskey="h" href="Linux-PAM_MWG.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. What can be expected by the module</td></tr></table></div></body></html>