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)
Mon, Apr 8, 5:44 AM
Unknown Object (File)
Mar 10 2024, 3:05 PM
Unknown Object (File)
Jan 11 2024, 11:46 AM
Unknown Object (File)
Dec 20 2023, 7:39 AM
Unknown Object (File)
Oct 31 2023, 6:46 PM
Unknown Object (File)
Oct 23 2023, 3:50 AM
Unknown Object (File)
Oct 21 2023, 6:32 PM
Unknown Object (File)
Oct 18 2023, 9:40 PM

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.