From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,92640d662fc31a03 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-08 07:14:56 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!212.54.64.131!news100.image.dk!cass.news.pipex.net!pipex!warm.news.pipex.net!pipex!news.kvaerner.com!news@kvaerner.com From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada Subject: Re: howto make system calls (newbie question) Date: Tue, 8 May 2001 16:12:57 +0200 Organization: Kvaerner Group IT Message-ID: <9d8ute$8tt9@news.kvaerner.com> References: <9d6c89$1nd$1@nh.pace.co.uk> <9d87id$oll15@news.kvaerner.com> NNTP-Posting-Host: 155.209.159.96 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.2120.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Xref: newsfeed.google.com comp.lang.ada:7323 Date: 2001-05-08T16:12:57+02:00 List-Id: Larry Kilgallen >Console I/O - secure operating systems are likely to prevent a program > run by an ordinary user from accessing the console, to prevent > password grabbing attacks against the operator. Try again. console I/O means that there are no GUI. >Turbo Poascal style strings - please describe. Given Ada String, >Bounded String and Unbounded Strings, I am hard-pressed to thing >of capabilities that are missing. This has been discussed before in this newsgroup. >Set File Protection - this certainly cannot be made uniform across >operating systems. VMS has SOGW, Unix (at least some) have one fewer. >A major way operating systems distinguish themselves is by differences >in their ACLs. Of course it can. It is just a bit of work and som common sense. The posix (or was it C) standard have some suggestions about how to do it. >Standard datatypes for system calls - And what good will a VMS-style >descriptor do me on a Unix system ? Beats me. Why would you want that? Greetings,