[llvm] [llvm] Add support for running tests as root (PR #75285)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 22:28:07 PST 2023


tstellar wrote:

> How about testing for the ACL bypassing behaviour instead of checking for username == root?

@arichardson  How portable would this check be?  Are there any scenarios where this check would return a different result than checking username == root?

https://github.com/llvm/llvm-project/pull/75285


More information about the llvm-commits mailing list