Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 20:31:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273088] [patch] /etc/periodic/weekly/340.noid: extend to support /etc/jail.conf.d/ exclusions
Message-ID:  <bug-273088-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273088

            Bug ID: 273088
           Summary: [patch] /etc/periodic/weekly/340.noid: extend to
                    support /etc/jail.conf.d/ exclusions
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: wcarson.bugzilla@disillusion.net

Created attachment 244040
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D244040&action=
=3Dedit
Extend /etc/periodic/weekly/340.noid to support /etc/jail.conf.d

The current /etc/periodic/weekly/340.noid script excludes jail paths it fin=
ds
in /etc/jail.conf, but does not check jail configs in /etc/jail.conf.d/, so=
 I
added that in this patch. I thought about enumerating ${jail_list} but that
only includes enabled jails, and in the case of /etc/jail.conf you may pars=
e it
multiple times, so you'd have to check for that, too. Just searching
/etc/jail.conf and /etc/jail.conf.d/*.conf seemed simpler.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273088-227>