Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!rex!ukma!dftsrv!mimsy!nocusuhs!nmrdc1!minixug!waltje From: waltje@minixug.mugnet.org (Fred 'The Rebel' van Kempen) Newsgroups: comp.os.minix Subject: Re: why not exec file with --x ? Message-ID: <91040521171@minixug.mugnet.org> Date: 5 Apr 91 22:45:30 GMT References: <10640@unlisys.in-berlin.de> Organization: MINIX User Group Holland (NLMUG) - MUGNET - Lines: 25 jac@unlisys.in-berlin.de (Joerg Conradt) wrote: > hello everybody- > using minix causes a lot of troubles, doesn't it? > why is it not possible to start a file like this: > -rwx---x--x bin bin blablabla ???? > > In System V Relaise 3.2 it is allowed... ... and so it should be. This is one of the famous system bugs of the MINIX operating system, for which at least three people announ- ced decent fixes. The accompanying bug is, that group execute permission does not work. So, if you have: -rwsr-s--- uucp uucp /usr/lib/uucp/uucico and if your ID is "some_uucp.uucp", then you cannot execute the program either.... Hurray! I fixed both of these; it required three lines of code in MM and five lines in FS. That's all.. If people want to, I can post it, although other fixes were also posted. Fred.