CRaC / criu

Other
28 stars 10 forks source link

Use real UID for log file #2

Closed rvansa closed 1 year ago

rvansa commented 1 year ago

The log file is opened with effective UID, which is usually root (due to suid bit we usually use). To make debugging more convenient we'll try to change that to the real UID.