Comment 17 for bug 1770502

Revision history for this message
Mike (bild85) wrote :

This was also the fix for me. Repeating here for an easy copypasta:

sudo ls
[enter your password, then copy and paste these lines:]

sudo chmod -v 4711 /usr/bin/cdrdao
sudo chmod -v 4711 /usr/bin/wodim
sudo chmod -v 0755 /usr/bin/growisofs

The purpose of the 'sudo ls' is just to grant sudo access once. The remaining sudo calls will not prompt for the next few minutes.

For the developers, here is the output:
mode of 'cdrdao' changed from 0755 (rwxr-xr-x) to 4711 (rws--x--x)
mode of 'wodim' changed from 0755 (rwxr-xr-x) to 4711 (rws--x--x)
mode of 'growisofs' retained as 0755 (rwxr-xr-x)