/snap/core24/1587/etc
NameSizeModeActions
apparmor/-0755rm
apparmor.d/-0755rm
ca-certificates/-0755rm
cloud/-0755rm
credstore/-0700rm
credstore.encrypted/-0700rm
cron.d/-0755rm
dbus-1/-0755rm
default/-0755rm
depmod.d/-0755rm
dhcp/-0755rm
eac/-0755rm
fonts/-0755rm
gnutls/-0755rm
gss/-0755rm
ifplugd/-0755rm
init.d/-0755rm
iproute2/-0755rm
ld.so.conf.d/-0755rm
libnl-3/-0755rm
logcheck/-0755rm
logrotate.d/-0755rm
modprobe.d/-0755rm
modules-load.d/-0755rm
motd.d/-0755rm
netplan/-0755rm
network/-0755rm
pam.d/-0755rm
plymouth/-0755rm
polkit-1/-0755rm
profile.d/-0755rm
python3.12/-0755rm
rsyslog.d/-0755rm
security/-0755rm
sgml/-0755rm
skel/-0755rm
ssh/-0755rm
ssl/-0755rm
sudoers.d/-0755rm
sysctl.d/-0755rm
system-image/-0755rm
systemd/-0755rm
udev/-0755rm
ufw/-0755rm
update-motd.d/-0755rm
vim/-0755rm
wpa_supplicant/-0755rm
writable/-0755rm
X11/-0755rm
xdg/-0755rm
xml/-0755rm
.pwd.lock00600editdlrm
.resolv.conf.systemd-resolved.bak8620644editdlrm
bash.bashrc23190644editdlrm
bash_completion450644editdlrm
bindresvport.blacklist3670644editdlrm
ca-certificates.conf62880644editdlrm
crypttab540644editdlrm
dhcpcd.conf14290644editdlrm
e2scrub.conf6850644editdlrm
environment1060644editdlrm
ethertypes18530644editdlrm
fstab370644editdlrm
group7680644editdlrm
gshadow6380640editdlrm
host.conf920644editdlrm
hostname10644editdlrm
hosts1590644editdlrm
hosts.allow4110644editdlrm
hosts.deny7110644editdlrm
inputrc18750644editdlrm
issue260644editdlrm
issue.dpkg-old270644editdlrm
issue.net190644editdlrm
issue.net.dpkg-old160644editdlrm
ld.so.cache109190644editdlrm
ld.so.conf340644editdlrm
legal2670644editdlrm
libaudit.conf1910644editdlrm
locale.conf130644editdlrm
localtime1140644editdlrm
login.defs123670644editdlrm
lsb-release1040644editdlrm
machine-id00644editdlrm
magic1110644editdlrm
magic.mime1110644editdlrm
mime.types751130644editdlrm
mke2fs.conf7440644editdlrm
modules2120644editdlrm
mtab-0editdlrm
netconfig7670644editdlrm
nsswitch.conf5590644editdlrm
os-release1770644editdlrm
passwd16220644editdlrm
profile5820644editdlrm
protocols31440644editdlrm
resolv.conf10644editdlrm
rpc9110644editdlrm
services128130644editdlrm
shadow8720640editdlrm
shells1180644editdlrm
subgid00644editdlrm
subuid00644editdlrm
sudo.conf43430644editdlrm
sudoers18000440editdlrm
sudo_logsrvd.conf98040644editdlrm
ucf.conf12600644editdlrm
vconsole.conf100644editdlrm
xattr.conf6810644editdlrm
Edit: /snap/core24/1587/etc/sudo.conf (4343B)
# # Default /etc/sudo.conf file # # Sudo plugins: # Plugin plugin_name plugin_path plugin_options ... # # The plugin_path is relative to /usr/libexec/sudo unless # fully qualified. # The plugin_name corresponds to a global symbol in the plugin # that contains the plugin interface structure. # The plugin_options are optional. # # The sudoers plugin is used by default if no Plugin lines are present. #Plugin sudoers_policy sudoers.so #Plugin sudoers_io sudoers.so #Plugin sudoers_audit sudoers.so # # Sudo askpass: # Path askpass /path/to/askpass # # An askpass helper program may be specified to provide a graphical # password prompt for "sudo -A" support. Sudo does not ship with its # own askpass program but can use the OpenSSH askpass. # # Use the OpenSSH askpass #Path askpass /usr/X11R6/bin/ssh-askpass # # Use the Gnome OpenSSH askpass #Path askpass /usr/libexec/openssh/gnome-ssh-askpass # # Sudo device search path: # Path devsearch /dev/path1:/dev/path2:/dev # # A colon-separated list of paths to check when searching for a user's # terminal device. # #Path devsearch /dev/pts:/dev/vt:/dev/term:/dev/zcons:/dev/pty:/dev # # Sudo command interception: # Path intercept /path/to/sudo_intercept.so # # Path to a shared library containing replacements for the execv(), # execve() and fexecve() library functions that perform a policy check # to verify the command is allowed and simply return an error if not. # This is used to implement the "intercept" functionality on systems that # support LD_PRELOAD or its equivalent. # # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_intercept.so file. # #Path intercept /usr/libexec/sudo/sudo_intercept.so # # Sudo noexec: # Path noexec /path/to/sudo_noexec.so # # Path to a shared library containing replacements for the execv(), # execve() and fexecve() library functions that just return an error. # This is used to implement the "noexec" functionality on systems that # support LD_PRELOAD or its equivalent. # # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_noexec.so file. # #Path noexec /usr/libexec/sudo/sudo_noexec.so # # Sudo plugin directory: # Path plugin_dir /path/to/plugins # # The default directory to use when searching for plugins that are # specified without a fully qualified path name. # #Path plugin_dir /usr/libexec/sudo # # Core dumps: # Set disable_coredump true|false # # By default, sudo disables core dumps while it is executing (they # are re-enabled for the command that is run). # To aid in debugging sudo problems, you may wish to enable core # dumps by setting "disable_coredump" to false. # #Set disable_coredump false # # User groups: # Set group_source static|dynamic|adaptive # # Sudo passes the user's group list to the policy plugin. # If the user is a member of the maximum number of groups (usually 16), # sudo will query the group database directly to be sure to include # the full list of groups. # # On some systems, this can be expensive so the behavior is configurable. # The "group_source" setting has three possible values: # static - use the user's list of groups returned by the kernel. # dynamic - query the group database to find the list of groups. # adaptive - if user is in less than the maximum number of groups. # use the kernel list, else query the group database. # #Set group_source static # # Sudo interface probing: # Set probe_interfaces true|false # # By default, sudo will probe the system's network interfaces and # pass the IP address of each enabled interface to the policy plugin. # On systems with a large number of virtual interfaces this may take # a noticeable amount of time. # #Set probe_interfaces false # # Sudo debug files: # Debug program /path/to/debug_log subsystem@priority[,subsyste@priority] # # Sudo and related programs support logging debug information to a file. # The program is typically sudo, sudoers.so, sudoreplay, or visudo. # # Subsystems vary based on the program; "all" matches all subsystems. # Priority may be crit, err, warn, notice, diag, info, trace, or debug. # Multiple subsystem@priority may be specified, separated by a comma. # #Debug sudo /var/log/sudo_debug all@debug #Debug sudoers.so /var/log/sudoers_debug all@debug