home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 1 / PCNET_CD_2006_10_1.iso / linux / INSERT-1.3.5a_en.iso / INSERT / README_Security.txt < prev   
Encoding:
Text File  |  2004-01-29  |  803 b   |  18 lines

  1.                   HINTS REGARDING THE SECURITY CONCEPT OF INSERT
  2.                   ==============================================
  3.  
  4. 1.) No services which render the system accessible via network are being 
  5.     started during boot time.
  6.  
  7. 2.) There are no default passwords, which means accounts are locked. You 
  8.     cannot even log on locally (but you're logged in still:)
  9.  
  10. 3.) All local interactive processes are startet from init und don't need 
  11.     authorisation.
  12.     The graphical user interface is running under the unprivileged user-id 
  13.     "insert". Programs that have to run under the root-id, have to be started 
  14.     with "sudo" without a password. Alternatively you can change identity 
  15.     with "su -".
  16.     The advantage is that a bit more protection against software bugs and
  17.     user errors.
  18.