[Asterisk-Users] Running asterisk as non-root: Zaptel Permission Probs

2005-03-13 Thread Matthew Boehm
As a security precaution, we run asterisk as non-root. When zaptel /dev/ devices are created, they get owned:groupd as root:root with rw-r--r-- permissions. As such, chan_zap is unable to work due to bad permissions. Is it safe to simply change permissions on all /dev/zap/* stuff to rw-rw-rw ?

Re: [Asterisk-Users] Running asterisk as non-root: Zaptel Permission Probs

2005-03-13 Thread Julian J. M.
Why not chown to the user asterisk is running under? That way you don't give write access to everybody. AMP does that. Julian J. M. On Sun, 13 Mar 2005 13:31:12 -0600, Matthew Boehm [EMAIL PROTECTED] wrote: As such, chan_zap is unable to work due to bad permissions. Is it safe to simply