mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
We originally moved to setuid admin so user programs could do other things requiring admin if they wanted. However, these things, like setting RT priorities of other processes, can usually be done instead as admin during the GradleRIO 2022 deploy process, or adding commands to the robotCommand script. By going back to setcap, we can simplify the HAL code.