Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Red Hat Enterprise Linux 8
System Settings
Installing and Maintaining Software
Sudo
Ensure only owner and members of group owner of /usr/bin/sudo can execute it
Ensure only owner and members of group owner of /usr/bin/sudo can execute it
An XCCDF Rule
Details
Profiles
Prose
Ensure only owner and members of group owner of /usr/bin/sudo can execute it
Medium Severity
Remove the execute permission bit of
/etc/bin/sudo
for the other users. To properly set the permissions of
/usr/bin/sudo
, run the command:
$ sudo chmod 4110 /usr/bin/sudo