/
snap
/
core22
/
2437
/
etc
/
/snap/core22/2437/etc
mkdir
upload
Name
Size
Mode
Actions
apparmor/
-
0755
rm
apparmor.d/
-
0755
rm
ca-certificates/
-
0755
rm
cloud/
-
0755
rm
cron.d/
-
0755
rm
dbus-1/
-
0755
rm
default/
-
0755
rm
depmod.d/
-
0755
rm
dhcp/
-
0755
rm
gss/
-
0755
rm
ifplugd/
-
0755
rm
init.d/
-
0755
rm
iproute2/
-
0755
rm
ld.so.conf.d/
-
0755
rm
libnl-3/
-
0755
rm
logrotate.d/
-
0755
rm
modprobe.d/
-
0755
rm
modules-load.d/
-
0755
rm
netplan/
-
0755
rm
network/
-
0755
rm
pam.d/
-
0755
rm
plymouth/
-
0755
rm
polkit-1/
-
0755
rm
profile.d/
-
0755
rm
python3.10/
-
0755
rm
rsyslog.d/
-
0755
rm
security/
-
0755
rm
skel/
-
0755
rm
ssh/
-
0755
rm
ssl/
-
0755
rm
sudoers.d/
-
0755
rm
sysctl.d/
-
0755
rm
system-image/
-
0755
rm
systemd/
-
0755
rm
udev/
-
0755
rm
ufw/
-
0755
rm
update-motd.d/
-
0755
rm
vim/
-
0755
rm
wpa_supplicant/
-
0755
rm
writable/
-
0755
rm
X11/
-
0755
rm
xdg/
-
0755
rm
.pwd.lock
0
0600
edit
dl
rm
adduser.conf
3028
0644
edit
dl
rm
bash.bashrc
2319
0644
edit
dl
rm
bash_completion
45
0644
edit
dl
rm
bindresvport.blacklist
367
0644
edit
dl
rm
ca-certificates.conf
6288
0644
edit
dl
rm
crypttab
54
0644
edit
dl
rm
deluser.conf
604
0644
edit
dl
rm
e2scrub.conf
685
0644
edit
dl
rm
environment
106
0644
edit
dl
rm
ethertypes
1816
0644
edit
dl
rm
fstab
37
0644
edit
dl
rm
group
741
0644
edit
dl
rm
gshadow
613
0640
edit
dl
rm
host.conf
92
0644
edit
dl
rm
hostname
1
0644
edit
dl
rm
hosts
159
0644
edit
dl
rm
hosts.allow
411
0644
edit
dl
rm
hosts.deny
711
0644
edit
dl
rm
inputrc
1748
0644
edit
dl
rm
issue
27
0644
edit
dl
rm
issue.net
16
0644
edit
dl
rm
ld.so.cache
10844
0644
edit
dl
rm
ld.so.conf
34
0644
edit
dl
rm
legal
267
0644
edit
dl
rm
libaudit.conf
191
0644
edit
dl
rm
localtime
114
0644
edit
dl
rm
login.defs
10756
0644
edit
dl
rm
lsb-release
104
0644
edit
dl
rm
machine-id
0
0644
edit
dl
rm
mime.types
72029
0644
edit
dl
rm
modules
195
0644
edit
dl
rm
motd
591
0644
edit
dl
rm
mtab
-
0
edit
dl
rm
netconfig
767
0644
edit
dl
rm
nsswitch.conf
559
0644
edit
dl
rm
os-release
177
0644
edit
dl
rm
passwd
1513
0644
edit
dl
rm
profile
582
0644
edit
dl
rm
protocols
2932
0644
edit
dl
rm
resolv.conf
1
0644
edit
dl
rm
rpc
887
0644
edit
dl
rm
services
12813
0644
edit
dl
rm
shadow
823
0640
edit
dl
rm
shells
128
0644
edit
dl
rm
subgid
0
0644
edit
dl
rm
subuid
0
0644
edit
dl
rm
sudo.conf
4573
0644
edit
dl
rm
sudoers
1671
0440
edit
dl
rm
sudo_logsrvd.conf
9390
0644
edit
dl
rm
timezone
8
0644
edit
dl
rm
ucf.conf
1260
0644
edit
dl
rm
xattr.conf
681
0644
edit
dl
rm
Edit:
/snap/core22/2437/etc/sudo.conf
(4573B)
# # 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 # # Sudo developer mode: # Set developer_mode true|false # # Allow loading of plugins that are owned by non-root or are writable # by "group" or "other". Should only be used during plugin development. #Set developer_mode true # # 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
Save
cmd:
run