Bug 10028

Summary: more secure /etc/man.config
Product: [Retired] Red Hat Linux Reporter: w.w.wouts
Component: manAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-07 17:20:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description w.w.wouts 2000-03-07 15:41:12 UTC
the lines:

TROFF           /usr/bin/groff -Tps -mandoc
NROFF           /usr/bin/groff -Tlatin1 -mandoc

in /etc/man.config should be changed to:

TROFF           /usr/bin/groff -S -Tps -mandoc
NROFF           /usr/bin/groff -S -Tlatin1 -mandoc

this makes it safer for root to use man

Comment 1 Bill Nottingham 2000-03-07 17:20:59 UTC
-S is enabled by default in groff.