Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]jserver socket permissions
- To: tlug@example.com
- Subject: jserver socket permissions
- From: Craig Oda <craig@example.com>
- Date: Mon, 13 Jan 1997 22:44:17 +0900
- Reply-To: tlug@example.com
- Sender: owner-tlug
I'm running Wnn and jserver from a recent Linux JE distribution. At system init I have jserver come up automatically by adding the following line in my rc.local file: if [ -f /usr/local/bin/Wnn4/jserver ]; then /usr/local/bin/Wnn4/jserver fi Jserver then automatically creates a socket in /tmp. srwxr-xr-x 1 root root 0 Jan 13 22:32 jd_sockV4= As can be seen from the permissions above, only root can write to the socket. I can solve this by changing the permissions to 1777. However, I was wondering if this was a security problem or not. I guess I can simply add the lines if [ -f /tmp/jd_sockV4 ]; then chmod 1777 /tmp/jd_sockV4 fi to the rc.local file... Any ideas? I'm planning If the permissions are automatically set to 1755, it must be a problem for other people too, right? ----------------------------------------------------------------- a word from the sponsor will appear below ----------------------------------------------------------------- The TLUG mailing list is proudly sponsored by TWICS - Japan's First Public-Access Internet System. Now offering 20,000 yen/year flat rate Internet access with no time charges. Full line of corporate Internet and intranet products are available. info@example.com Tel: 03-3351-5977 Fax: 03-3353-6096
- Follow-Ups:
- Re: jserver socket permissions
- From: Paul Gampe <paulg@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: How to use a CD-R?
- Next by Date: Re: jserver socket permissions
- Prev by thread: Re: How to use a CD-R?
- Next by thread: Re: jserver socket permissions
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links