This file is indexed.

/usr/share/doc/fvwm-crystal/examples/sudo is in fvwm-crystal 3.0.5.dfsg-5.

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
# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#

# Changing the default settings
Defaults	!root_sudo
Defaults	timestamp_timeout=3

# Host alias specification

# User alias specification
User_Alias	USERS = username1, username2

# Cmnd alias specification
Cmnd_Alias	SHUTDOWN = /sbin/shutdown, /sbin/halt, /sbin/reboot
Cmnd_Alias	APT = /usr/bin/aptitude

# User privilege specification
root	ALL=(ALL) ALL
USERS	ALL = APT
USERS	ALL = NOPASSWD: SHUTDOWN