linux-pam/modules/pam_namespace
Dmitry V. Levin 97887fd27d modules/*/Makefile.am: add dist_ prefix to *_DATA
... and remove $(DATA) from EXTRA_DIST.

The change is performed automatically using the following script:
  sed -i 's/^[a-z]*_DATA/dist_&/; /^EXTRA_DIST/ s/ \$(DATA)//' modules/*/Makefile.am
2020-05-03 12:21:11 +00:00
..
.gitignore pam_namespace: ignore pam_namespace_helper in git 2020-03-17 16:21:35 +00:00
argv_parse.c Relevant BUGIDs: 2011-03-18 23:15:54 +00:00
argv_parse.h Relevant BUGIDs: 2008-02-13 12:49:43 +00:00
Makefile.am modules/*/Makefile.am: add dist_ prefix to *_DATA 2020-05-03 12:21:11 +00:00
md5.c Fix most of clang -Wcast-align compilation warnings 2020-03-19 18:40:16 +00:00
md5.h Fix most of clang -Wcast-align compilation warnings 2020-03-19 18:40:16 +00:00
namespace.conf pam_namespace: secure tmp-inst directories 2020-02-18 13:18:16 +01:00
namespace.conf.5.xml pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mounts 2019-11-04 10:12:22 +01:00
namespace.init pam_namespace: don't use bashisms in default namespace.init script 2014-01-15 09:53:26 -08:00
pam_namespace_helper.8.xml pam_namespace: secure tmp-inst directories 2020-02-18 13:18:16 +01:00
pam_namespace_helper.in pam_namespace: secure tmp-inst directories 2020-02-18 13:18:16 +01:00
pam_namespace.8.xml Do not unmount anything by default in pam_namespace close session call. 2012-01-26 14:50:51 +01:00
pam_namespace.c Fix various typos found using codespell tool 2020-03-28 18:19:41 +00:00
pam_namespace.h Fix various typos found using codespell tool 2020-03-28 18:19:41 +00:00
pam_namespace.service.in pam_namespace: secure tmp-inst directories 2020-02-18 13:18:16 +01:00
README.xml Relevant BUGIDs: 2007-06-15 09:38:11 +00:00
tst-pam_namespace Relevant BUGIDs: 2006-06-27 13:14:15 +00:00

<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbookx.dtd"
[
<!--
<!ENTITY pamns SYSTEM "pam_namespace.8.xml">
-->
<!--
<!ENTITY nsconf SYSTEM "namespace.conf.5.xml">
-->
]>

<article>

  <articleinfo>

    <title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_namespace.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_namespace-name"]/*)'/>
    </title>

  </articleinfo>

  <section>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_namespace.8.xml" xpointer='xpointer(//refsect1[@id = "pam_namespace-description"]/*)'/>
  </section>

  <section>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_namespace.8.xml" xpointer='xpointer(//refsect1[@id = "pam_namespace-options"]/*)'/>
  </section>

  <section>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="namespace.conf.5.xml" xpointer='xpointer(//refsect1[@id = "namespace.conf-description"]/*)'/>
  </section>

  <section>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="namespace.conf.5.xml" xpointer='xpointer(//refsect1[@id = "namespace.conf-examples"]/*)'/>
  </section>

</article>