in reply to Re: Re: Re: Re: Question of safe data passing...
in thread Question of safe data passing...

It's a daemon, root can run it, you can fire it up at run time,by adding it to rc.d.
Since root ran it you can store the DB settings in a file only root can access (you can use another user, it doesn't have to be root).

--
Brother Frankus.
  • Comment on Re: Re: Re: Re: Re: Question of safe data passing...

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Question of safe data passing...
by suaveant (Parson) on Apr 27, 2001 at 17:40 UTC
    Right... but how do you prevent any script on the system from asking for the DB settings?
                    - Ant

      This is where we came in, isn't it?

      How's about having a db table of all the permitted scripts and methods to retrieve this data and amend it?

      --
      
      Brother Frankus.
        There is no way that I have been able to find to definatetly tell which script on the system is being run... no official way to tell /usr/bin/cat from /home/ant/cat...
                        - Ant