For the 1120 rebase, merge all ACF and Service user commits into one. This will ensure future cherry-picks of this downstream function are easier to bring in. Having it spread across multiple commi...
Weird, that test isn't altered with this commit, right? I would think it would fail upstream also with the constexpr. Oh well, guess best to just leave as-is.
I don't know the details of this test, but it seems to require static const? I get this error with constexpr:
```
from ../redfish-core/include/privileges.hpp:6,
...
Seems like if we leave this at line 2230 it would be one less potential future rebase merge conflict to deal with. I don't see userSelf being used before that line.