Bug 22011

Summary: Secure level 2 results in mpd failing to attach NETGRAPH nodes
Product: Base System Reporter: ahd <ahd>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-RELEASE   
Hardware: Any   
OS: Any   

Description ahd 2000-10-16 01:30:01 UTC
	Running with Kernel Secure level at 2 results in the following message from MPD:

		mpd: [pptp] can't attach pptpgre node: Operation not permitted 

	Since the man page for init(8) makes no mention of such a restriction (and the
	restriction seems foolish for a running firewall), the error should not occur.

Fix: 

Workaround: Run with raising kernel secure level disabled.
How-To-Repeat: 
	Run mpd at secure level 2.
Comment 1 dd freebsd_committer freebsd_triage 2001-06-10 01:24:34 UTC
State Changed
From-To: open->closed

init(8) does mention a restriction on loading modules, which is what mpd 
is trying to do.  This is entirely appropriate.