Hi Raghav, On Tue, 28 Apr 2020 02:52:28 -0400 Raghav Gururajan wrote: > [1] Patched references to mount, umount, losetup and setfacl; as udevil > expects these programs to have uid set as root. > [2] Patched references to udevil; as udevil itself and devmon expects > udevil to have uid set as root. Why are both needed at the same time? If udevil is setuid root, then the other tools are invoked as root anyway, right? Or does udevil drop root privileges? (short look into src/udevil.c suggests yes) Is there a description from upstream how all that is supposed to work? Remainder OK.