This file is indexed.

/usr/share/doc/cdrkit-doc/READMEs/README.suidroot is in cdrkit-doc 9:1.1.11-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This is an example of how to install wodim and other cdrkit applications to get
the root permissions in a safer way.

Usually it is not a good idea to run the applications as root or to
give users the means to run wodim as root. This gives them an easy way
to fetch sensitive data by writing it to the disk, or pass arbitrary
SCSI commands, e.g. formatting a SCSI disk.

This also applies to root-mode wrappers like sudo, they should be used with
the most possible care.

The alternative way is installing wodim as suid-root application. In this
mode, wodim checks permission of the device access by comparing the ownership
of the device node user/group attributes for the real UID/GID of the calling
user.

To give all user access to use wodim, enter:

   chown root /usr/local/bin/wodim
   chmod 4711 /usr/local/bin/wodim

To give a restricted group of users access to wodim, add a group
"cdburners" to your system and add the trusted users to this group.
Then enter:

   chown root:cdburners /usr/local/bin/wodim
   chmod 4710 /usr/local/bin/wodim