opensciencegrid / xrootd-multiuser

A filesystem plugin to allow Xrootd write as a different Unix user
Apache License 2.0
2 stars 12 forks source link

Require XC_ENABLE_MULTIUSER to be set to enable multiuser #53

Closed matyasselmeci closed 10 months ago

matyasselmeci commented 10 months ago

SOFTWARE-5481. Multiuser causes xrootd to fail to start if we don't have CAP_SETUID and CAP_SETGID; allow enabling/disabling it via an environment variable. The *-privileged.service files will set that environment variable.

matyasselmeci commented 10 months ago

I tested this on sc-origin2000.chtc.wisc.edu. It's ready for review.