ref: 13065e16b3c4fba4d9200ed7fec89ee49338f12a
parent: 1b5ea51ee1203952900fafc0def48985d900f7a7
author: Jacob Moody <moody@posixcafe.org>
date: Fri Jun 10 00:10:54 EDT 2022
auth/box: don't bother switching to none Changing the user to none doesn't do much for us here. For kernel drivers that check the user of the current proc we'll be none, but anything from devmnt will still be accessed using creds from the original attachment. Instead, running with none can be done by chaining with auth/none: auth/none auth/box ...