Ethereal-users: Re: [Ethereal-users] Capture File Permissions

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 13 Mar 2004 01:41:43 -0800
On Fri, Mar 12, 2004 at 07:49:34AM -0600, McDowell, Donald wrote:
> My problem is that the permissions on the file are 600.  I need at
> least 644 because I have several users that are part of the same group
> that need to be able to open this file. 
> 
> Any ideas on how to do this?

If you want to do it while the capture is in progress, the only way to
do it would be to change Ethereal to default to 0644 rather than 0600
when creating capture files.  (After the capture is done, you can
obviously do it with "chmod".)

(There *might* be a way to do it with default ACLs on the "/var/tmp"
directory, but that'd probably also affect files *other* than Ethereal
capture files.)