2/12/2022
•
EN
Programming pattern for ensuring a function is called as root
A programming pattern using opaque tokens and the type system to ensure functions requiring root privileges are only called from within a root context.