<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in file-attribute-access.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b3e7694832e81d7a904a10f525f8797b753bf0d3 - Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#b3e7694832e81d7a904a10f525f8797b753bf0d3</link>
        <description>Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Wed, 16 Aug 2023 19:54:16 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40407d3998d1a12cbe929721f4dbe72b4be478a6 - tests/sys/audit: Skip extattr tests if extattrs are not supported</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#40407d3998d1a12cbe929721f4dbe72b4be478a6</link>
        <description>tests/sys/audit: Skip extattr tests if extattrs are not supportedIn the CheriBSD CI, we run the testsuite with /tmp as tmpfs. This causesthe extattr audit tests to fail since tmpfs does not (yet) supportextattrs. Skip those tests if the target path is on a file system thatdoes not support extended file attributes.While touching these two files also convert the ATF_REQUIRE_EQ(-1, ...)checks to use ATF_REQURIE_ERRNO().Reviewed By:	asomersDifferential Revision: https://reviews.freebsd.org/D28392

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Tue, 02 Feb 2021 10:55:18 +0100</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12395dc9f6bfd1e40ac41ef8fb6af966ad647a2e - Fix audit of chflagsat, lgetfh, and setfib</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#12395dc9f6bfd1e40ac41ef8fb6af966ad647a2e</link>
        <description>Fix audit of chflagsat, lgetfh, and setfibThese syscalls were always supposed to have been auditted, but due tooversights never were.PR:		228374Reported by:	aniketpReviewed by:	aniketpMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D16388

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Sun, 22 Jul 2018 16:11:52 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55cd45239691eb6657319412187ea98151fa9012 - audit(4): add test cases for chflagsat(2), lgetfh(2), setfib(2)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#55cd45239691eb6657319412187ea98151fa9012</link>
        <description>audit(4): add test cases for chflagsat(2), lgetfh(2), setfib(2)These three syscalls aren&apos;t currently audited correctly, so the tests aremarked as expected failures.PR:		228374Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D16379

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Sat, 21 Jul 2018 18:34:38 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5641c23fa770b56b7f0f2e79df22cd6bbb8c4972 - audit(4): fix Coverity issues</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#5641c23fa770b56b7f0f2e79df22cd6bbb8c4972</link>
        <description>audit(4): fix Coverity issuesFix several incorrect buffer size arguments and a file descriptor leak.Submitted by:	aniketpReported by:	CoverityCID:		1393489 1393501 1393509 1393510 1393514 1393515 1393516CID:		1393517 1393518 1393519MFC after:	2 weeksX-MFC-With:	335284X-MFC-With:	335318X-MFC-With:	335320Sponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D16000

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Wed, 27 Jun 2018 17:28:09 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d951cc29a4547b01f71a343ec1ad6c3224a14a3 - audit(4): add tests for extattr_get_file(2) and friends</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#7d951cc29a4547b01f71a343ec1ad6c3224a14a3</link>
        <description>audit(4): add tests for extattr_get_file(2) and friendsThis commit includes extattr_{get_file, get_fd, get_link, list_file,list_fd, list_link}.  It does not include any syscalls that modify, set, ordelete extended attributes, as those are in a different audit class.Submitted by:	aniketptMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15859

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Sun, 17 Jun 2018 17:22:27 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c347e631e8fcc294616e2be8c0f5efaf0be2bd5 - audit(4): add tests for pathconf(2) and friends</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#2c347e631e8fcc294616e2be8c0f5efaf0be2bd5</link>
        <description>audit(4): add tests for pathconf(2) and friendspathconf, lpathconf, and fpathconf are includedSubmitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15842

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Sat, 16 Jun 2018 20:29:24 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28845213708373c55368c07ed56a7c1b7b8661cd - audit(4): add tests for access(2), chmod(2), and friends</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#28845213708373c55368c07ed56a7c1b7b8661cd</link>
        <description>audit(4): add tests for access(2), chmod(2), and friendsaccess(2), eaccess(2), faccessat(2), chmod(2), fchmod(2), lchmod(2), andfchmodat(2).Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15805Differential Revision:	https://reviews.freebsd.org/D15808

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Fri, 15 Jun 2018 17:32:02 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a56867b8c52ae1540f0ba997a5ba5295386077e1 - audit(4): add tests for fhopen, fhstat, and fhstatfs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#a56867b8c52ae1540f0ba997a5ba5295386077e1</link>
        <description>audit(4): add tests for fhopen, fhstat, and fhstatfsSubmitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15798

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Thu, 14 Jun 2018 17:04:49 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae19b2ef9bd4ec7ac27230b8eb393f0aaf243e2c - audit(4): add tests for statfs(2), fstatfs(2), and getfsstat(2)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#ae19b2ef9bd4ec7ac27230b8eb393f0aaf243e2c</link>
        <description>audit(4): add tests for statfs(2), fstatfs(2), and getfsstat(2)Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15750

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Thu, 14 Jun 2018 04:30:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b13a70d5a4979997a0dbc0795d27bb7e22ec794b - audit(4): Fix file descriptor leaks in ATF tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#b13a70d5a4979997a0dbc0795d27bb7e22ec794b</link>
        <description>audit(4): Fix file descriptor leaks in ATF testsSubmitted by:	aniketpReported by:	CoverityCID:		1393343 1393346 1392695 1392781 1391709 1392078 1392413CID:		1392014 1392521 1393344 1393345 1393347 1393348 1393349CID:		1393354 1393355 1393356 1393357 1393358 1393360 1393362CID:		1393368 1393369 1393370 1393371 1393372 1393373 1393376CID:		1393380 1393384 1393387 1393388 1393389MFC after:	2 weeksSponsored by:	Google, Inc (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15782

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Wed, 13 Jun 2018 19:01:57 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f86d65170b22eddddaf4693d4dfeb3e99e3a2023 - audit(4): add tests for stat(2) and friends</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/audit/file-attribute-access.c#f86d65170b22eddddaf4693d4dfeb3e99e3a2023</link>
        <description>audit(4): add tests for stat(2) and friendsThis revision adds auditability tests for stat, lstat, fstat, and fstatat,all from the fa audit class.  More tests from that audit class will follow.Submitted by:	aniketpMFC after:	2 weeksSponsored by:	Google, Inc. (GSoC 2018)Differential Revision:	https://reviews.freebsd.org/D15709

            List of files:
            /freebsd/tests/sys/audit/file-attribute-access.c</description>
        <pubDate>Sun, 10 Jun 2018 23:36:29 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
