<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in 700.kernelmsg</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>aa48259f337100e79933d660fec8856371f761ed - periodic.conf: remove long deprecated security_daily_compat_var()</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#aa48259f337100e79933d660fec8856371f761ed</link>
        <description>periodic.conf: remove long deprecated security_daily_compat_var()This function is documented to be gone in after 11. Time to remove thiscompat shim.PR:		275296Reviewed by:	jrm (mentor)MFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D44796

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Mon, 15 Apr 2024 11:05:17 +0000</pubDate>
        <dc:creator>Michael Osipov &lt;michaelo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81ea85a8845662ca329a954eeeb3e6d4124282a2 - Move all periodic related config and scripts to usr.sbin/periodic/</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#81ea85a8845662ca329a954eeeb3e6d4124282a2</link>
        <description>Move all periodic related config and scripts to usr.sbin/periodic/This makes pkgbase easier by tagging these as CONFS so they are properlytagged as config files.Approved by:	will (mentor)Sponsored by:	Essen HackathonDifferential Revision:	https://reviews.freebsd.org/D16553

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Sat, 11 Aug 2018 17:11:08 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69b55c23cb93350a21cd39c317881cda0b9187ca - Make the period of each periodic security script configurable.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#69b55c23cb93350a21cd39c317881cda0b9187ca</link>
        <description>Make the period of each periodic security script configurable.There are now six additional variables  weekly_status_security_enable  weekly_status_security_inline  weekly_status_security_output  monthly_status_security_enable  monthly_status_security_inline  monthly_status_security_outputalongside their existing daily counterparts.  They all have the samedefault values.All other &quot;daily_status_security_${scriptname}_${whatever}&quot;variables have been renamed to &quot;security_status_${name}_${whatever}&quot;.A compatibility shim has been introduced for the old variable names,which we will be able to remove in 11.0-RELEASE.&quot;security_status_${name}_enable&quot; is still a boolean but a new&quot;security_status_${name}_period&quot; allows to define the period ofeach script.  The value is one of &quot;daily&quot; (the default for backwardcompatibility), &quot;weekly&quot;, &quot;monthly&quot; and &quot;NO&quot;.Note that when the security periodic scripts are run directly fromcrontab(5) (as opposed to being called by daily or weekly periodicscripts), they will run unless the test is explicitely disabled with a&quot;NO&quot;, either for in the &quot;_enable&quot; or the &quot;_period&quot; variable.When the security output is not inlined, the mail subject has beenchanged from &quot;$host $arg run output&quot; to &quot;$host $arg $period run output&quot;.For instance:  myfbsd security run output -&gt;  myfbsd security daily run outputI don&apos;t think this is considered as a stable API, but feel free tocorrect me if I&apos;m wrong.Finally, I will rearrange periodic.conf(5) and default/periodic.confto put the security options in their own section.  I left them inplace for this commit to make reviewing easier.Reviewed by:	hackers@

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Tue, 27 Aug 2013 21:20:28 +0000</pubDate>
        <dc:creator>Jeremie Le Hen &lt;jlh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>68c2bacd8d3bd32eeaf6363c744d438d5e2ea3d9 - Remove incorrect output redirection.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#68c2bacd8d3bd32eeaf6363c744d438d5e2ea3d9</link>
        <description>Remove incorrect output redirection.Reviewed by:	robertoCommitted from:	EuroBSDCon AmsterdamMFC after:	3 days

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Sat, 16 Nov 2002 14:57:12 +0000</pubDate>
        <dc:creator>Thomas Quinot &lt;thomas@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9eff8a9e6e4e2b624996d2f8ae9d4c734effe4 - Factor out code across various /etc/periodic/security scripts into a</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#cb9eff8a9e6e4e2b624996d2f8ae9d4c734effe4</link>
        <description>Factor out code across various /etc/periodic/security scripts into aseparate file, /etc/periodic/security/security.functions.Reviewed by:	roberto (mentor)Approved by:	re@

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Fri, 25 Oct 2002 15:14:16 +0000</pubDate>
        <dc:creator>Thomas Quinot &lt;thomas@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10f23b4ad02740c52834ac234b4249510351a17c - Only create a temporary file if we are actually going to do something</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#10f23b4ad02740c52834ac234b4249510351a17c</link>
        <description>Only create a temporary file if we are actually going to do somethingin the script. Eliminates a bug where we create a temp file, but don&apos;tdelete it since the rm(1) is only done if the check is enabled.PR:		bin/40960Submitted by:	frf &lt;frf@xocolatl.com&gt;MFC after:	3 days

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Sun, 25 Aug 2002 04:09:17 +0000</pubDate>
        <dc:creator>Crist J. Clark &lt;cjc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>103efc95e86a86a977c318f68b2658c44451f117 - Mention that we&apos;re checking kernel log messages, even if there&apos;s</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#103efc95e86a86a977c318f68b2658c44451f117</link>
        <description>Mention that we&apos;re checking kernel log messages, even if there&apos;sno output.PR:		39618MFC after:	1 week

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Fri, 28 Jun 2002 10:32:18 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>740b91b560951c8eee62ffbdd1d327b1d918dbc9 - Change ``dmesg -a&apos;&apos; to ``dmesg&apos;&apos;.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#740b91b560951c8eee62ffbdd1d327b1d918dbc9</link>
        <description>Change ``dmesg -a&apos;&apos; to ``dmesg&apos;&apos;.The change was introduced in src/etc/security 1.53 almost a year agoin an attempt to see ipfw deny message logs.However, ipfw deny/reject logs have been displayed since version 1.13of the same file as a separate ``job&apos;&apos; and have since moved tosrc/etc/periodic/security/500.ipfwdenied.MFC after:	3 days

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Fri, 17 May 2002 13:38:36 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db1d04d6d9fa175d4b33a1b8eda4665d55d15069 - Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp}</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#db1d04d6d9fa175d4b33a1b8eda4665d55d15069</link>
        <description>Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp}Problem reported by:	lumpy &lt;lumpy@the.whole.net&gt;MFC after:		3 days

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Fri, 17 May 2002 11:34:12 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2204f3ce427f561a4b12919c511b4c9cfcf36fdf - Long ago, there was just /etc/daily. Then /etc/security was split out</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/periodic/etc/security/700.kernelmsg#2204f3ce427f561a4b12919c511b4c9cfcf36fdf</link>
        <description>Long ago, there was just /etc/daily. Then /etc/security was split outof /etc/daily. Some time later, /etc/daily became a set of periodic(8)scripts. Now, this evolution continues, and /etc/security has beenbroken into periodic(8) scripts to make local customization easier andmore maintainable.Reviewed by:	ruApproved by:	ru

            List of files:
            /src/usr.sbin/periodic/etc/security/700.kernelmsg</description>
        <pubDate>Fri, 07 Dec 2001 23:57:39 +0000</pubDate>
        <dc:creator>Crist J. Clark &lt;cjc@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
