Module Name: src Committed By: jakllsch Date: Thu Jan 5 18:29:46 UTC 2023
Modified Files: src/sys/net: if_wg.c src/sys/secmodel/suser: secmodel_suser.c src/sys/sys: kauth.h Log Message: wg(4): Allow non-root to retrieve information other than the private key and the peer preshared key. Add kauth(9) enums for wg(4) and add use them in suser secmodel. Refines fix for PR 57161. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/net/if_wg.c cvs rdiff -u -r1.56 -r1.57 src/sys/secmodel/suser/secmodel_suser.c cvs rdiff -u -r1.88 -r1.89 src/sys/sys/kauth.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.