linux-pam/modules/pam_limits
Pino Toscano bcd540496d pam_limits: build again on non-Linux OSes
Even if this module is supported officially on Linux, make sure it can
still build fine on non-Linux OSes, to ease its testing/fixing a bit:
- build parse_kernel_limits() and stuff needed for it only on Linux,
  as it is called already only on Linux
- limit the code needed to apply the 'nonewprivs' options to Linux only,
  as it uses a Linux-specific way to set it; add a syslog message for
  other OSes
2023-05-12 04:06:53 +00:00
..
limits.conf Fix various typos found using codespell tool 2020-11-24 18:00:00 +00:00
limits.conf.5.xml doc: Update PAM documentation from DockBook 4 to DocBook 5 2022-12-16 10:31:37 +01:00
Makefile.am build: use <vendordir>/security directory for installation if it has been set 2023-02-07 08:00:00 +00:00
pam_limits.8.xml doc: Update PAM documentation from DockBook 4 to DocBook 5 2022-12-16 10:31:37 +01:00
pam_limits.c pam_limits: build again on non-Linux OSes 2023-05-12 04:06:53 +00:00
README.xml doc: Update PAM documentation from DockBook 4 to DocBook 5 2022-12-16 10:31:37 +01:00
tst-pam_limits Relevant BUGIDs: 2006-03-12 08:36:42 +00:00

<article xmlns="http://docbook.org/ns/docbook" version="5.0">

  <info>

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

  </info>

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

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

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

</article>