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)
Thu, Jun 13, 4:59 AM
Unknown Object (File)
Thu, Jun 13, 4:24 AM
Unknown Object (File)
Thu, May 30, 11:47 AM
Unknown Object (File)
Thu, May 30, 2:56 AM
Unknown Object (File)
Thu, May 30, 2:11 AM
Unknown Object (File)
Thu, May 23, 7:22 PM
Unknown Object (File)
Mon, May 20, 1:53 AM
Unknown Object (File)
May 8 2024, 8:45 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 Not Applicable
Unit
Tests Not Applicable

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.