Page MenuHomeFreeBSD

Add non-TRUSTEDBSD prefixed knobs for _PC_ACL* and {CAP,INF,MAC}_PRESENT knobs
ClosedPublic

Authored by ngie on Aug 23 2016, 7:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 8, 8:45 PM
Unknown Object (File)
Sat, Apr 27, 2:49 AM
Unknown Object (File)
Fri, Apr 26, 11:50 PM
Unknown Object (File)
Fri, Apr 26, 9:02 PM
Unknown Object (File)
Thu, Apr 25, 9:07 AM
Unknown Object (File)
Apr 8 2024, 5:44 AM
Unknown Object (File)
Mar 10 2024, 3:05 PM
Unknown Object (File)
Jan 11 2024, 11:46 AM

Details

Summary

Add non-TRUSTEDBSD prefixed knobs for _PC_ACL* and {CAP,INF,MAC}_PRESENT knobs

It's not necessarily intuitive that the variables to query contain TRUSTEDBSD
in the prefix. Add non-TRUSTEDBSD prefixed knobs for querying things like
"_PC_ACL_NFS4"

MFC after: 1 week
Relnotes: yes
Sponsored by: EMC / Isilon Storage Division

Test Plan

$ getconf TRUSTEDBSD_ACL_NFS4 /poof/
1
$ getconf ACL_NFS4 /poof/
1
$ getconf ACL_NFS4 /
0
$ mount |grep /poof
poof on /poof (zfs, local, nfsv4acls)
$ mount -p |awk '$2 == "/"'
/dev/da0p2 / ufs rw 1 1

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4905
Build 4968: arc lint + arc unit

Event Timeline

ngie retitled this revision from to Add non-TRUSTEDBSD prefixed knobs for _PC_ACL* and {CAP,INF,MAC}_PRESENT knobs.
ngie updated this object.
ngie edited the test plan for this revision. (Show Details)
ngie added subscribers: bdrewery, rwatson, wollman.
wollman added a reviewer: wollman.

Looks good to me.

This revision is now accepted and ready to land.Aug 24 2016, 1:19 AM
This revision was automatically updated to reflect the committed changes.