home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / sysconfig / security < prev    next >
Text File  |  2007-02-24  |  1KB  |  33 lines

  1. ## Path:        System/Security/Permissions
  2. ## Description: Configuration of permissions on the system
  3. ## Type:        list(set,warn,no)
  4. ## Default:     set
  5. ## Config:      permissions
  6. #
  7. # SuSEconfig can call chkstat to check permissions and ownerships for
  8. # files and directories (using /etc/permissions).
  9. # Setting to "set" will correct it, "warn" produces warnings, if
  10. # something strange is found. Disable this feature with "no".
  11. #
  12. CHECK_PERMISSIONS="set"
  13.  
  14. ## Type:        string
  15. ## Default:     "easy local"
  16. #
  17. # SuSE Linux contains two different configurations for
  18. # chkstat. The differences can be found in /etc/permissions.secure
  19. # and /etc/permissions.easy. If you create your own configuration
  20. # (e.g. permissions.foo), you can enter the extension here as well.
  21. #
  22. # (easy/secure local foo whateveryouwant).
  23. #
  24. PERMISSION_SECURITY="easy local"
  25. ## Type:        list(yes,yast,no)
  26. ## Default:     yes
  27. #
  28. # When working with packages and installation sources, check keys
  29. # and signatures: yes = in YaST and ZENWorks, yast = in YaST, no =
  30. # no checking.
  31. #
  32. CHECK_SIGNATURES=yes
  33.