-Linux-specific note: You need root privileges to issue certain commands to the
-DVD-ROM drive. Hence you have the following possibilities:
-- Run FriiDump as root: discouraged.
-- Run it through sudo: better but nevertheless discouraged.
-- Set the setuid bit on the executable: this is the recommended way to run
- FriiDump under Linux. This way, the code run with superuser privileges will
- be reduced to a minimum, guaranteeing a certain level of security (note that
- security-related bugs might exist anyway!!!). Also note that, even when the
- setuid bit is set, the attempt to open the drive for reading will be done
- after privileges have been dropped, so you will need explicit read access to
- the DVD-ROM drive. Usually having the system administrator add you to the
- "cdrom" group is enough. To set the setuid bit on the executable, run as
- root:
-
- $ chown root:root /usr/local/bin/friidump
- $ chmod u+s /usr/local/bin/friidump
+Linux-specific note: Run FriiDump as a normal user. Do not run it with `sudo`,
+and do not install it setuid-root.