Pawel Mackow writes: > I have unresolved problem with accessing RTL resources as non-root. > The config application is placed in /bin and is called from CGI > script. > > When it executes it tries to open two FIFOs: > open( "/dev/rtf1", O_RDONLY ); > open( "/dev/rtf2", O_WRONLY ); > But only read-only FIFO opens when called from cgi-bin (ie. as > non-root) > > When config app is called by root all works normal. Are the file-permissions on the special files ok ? That is, does the cgi-script "user" have write permissions to the file ? Jochen --- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] ---- For more information on Real-Time Linux see: http://www.rtlinux.org/~rtlinux/
[rtl] How non-root can write to FIFO?
\"Jochen Küpper\" <Jochen Küpper Thu, 20 Jan 2000 02:18:39 -0800
- [rtl] How non-root can write... Pawel Mackow
- Re: [rtl] How non-root ... \"Jochen Küpper\" <Jochen Küpper
- Re: [rtl] How non-root ... Erwin Rol