Bug 32588

Summary: operator should backup vinum vols
Product: Base System Reporter: Peter Much <peter>
Component: binAssignee: Joerg Wunsch <joerg>
Status: Closed FIXED    
Severity: Affects Only Me CC: grog
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Peter Much 2001-12-07 20:10:00 UTC
	Vinum drives are mknod g+r with the current primary
	group, this is in most cases "wheel".
	Like on all other volumes, this should be "operator", so
	dumps can be done as usual by the system operator, 
	without giving this account additional permissions.
	Changing the group manually on the volume node or the
	directory will not help, as these are remade by vinum
	under various circumstances.

Fix: The following seems to help so far. The more elegant solution
might be to just make /dev/vinum group=operator and let it
propagate down - this should also be save as the control
devices get mode=600
How-To-Repeat: 
	n/a
Comment 1 Crist J. Clark freebsd_committer freebsd_triage 2001-12-08 00:45:30 UTC
Responsible Changed
From-To: freebsd-bugs->grog

Switch to maintainer, Mr. Vinum.
Comment 2 Joerg Wunsch freebsd_committer freebsd_triage 2002-08-26 22:18:31 UTC
Responsible Changed
From-To: grog->joerg

I promised to Greg to look into this...
Comment 3 Joerg Wunsch freebsd_committer freebsd_triage 2003-01-16 23:49:56 UTC
State Changed
From-To: open->closed

This is a duplicate for bin/28294 (which is going to be resolved 
as well though).