You are here

README.txt in Paranoia 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
Description:
===========
Paranoia module is for all the sysadmins out there who think that
allowing random CMS admins to execute PHP of their choice is not
a safe idea.

What it does:
=============
- Disable granting of the "use PHP for block visibility" permission.
  Save the permissions form once to remove all previous grants.
  (An error appears in the site status report if a role still has this
  permission.)
- Disable the PHP module.
- Remove the PHP and paranoia modules from the module admin page.
  Provide a hook to let you remove other modules from the module admin page.

NOTE on disabling:
=====
The only way to disable paranoia module is by changing its status in the
database system table.  By design it does not show up in the module
administration page after it is enabled.

Support
=======
View current issues:
http://drupal.org/project/issues/paranoia
Submit a new issue:
http://drupal.org/node/add/project-issue/paranoia

Development
===========
All development happens in branches like 7.x-1.x and 6.x-1.x

Author
======
Gerhard Killesreiter

File

README.txt
View source
  1. Description:
  2. ===========
  3. Paranoia module is for all the sysadmins out there who think that
  4. allowing random CMS admins to execute PHP of their choice is not
  5. a safe idea.
  6. What it does:
  7. =============
  8. - Disable granting of the "use PHP for block visibility" permission.
  9. Save the permissions form once to remove all previous grants.
  10. (An error appears in the site status report if a role still has this
  11. permission.)
  12. - Disable the PHP module.
  13. - Remove the PHP and paranoia modules from the module admin page.
  14. Provide a hook to let you remove other modules from the module admin page.
  15. NOTE on disabling:
  16. =====
  17. The only way to disable paranoia module is by changing its status in the
  18. database system table. By design it does not show up in the module
  19. administration page after it is enabled.
  20. Support
  21. =======
  22. View current issues:
  23. http://drupal.org/project/issues/paranoia
  24. Submit a new issue:
  25. http://drupal.org/node/add/project-issue/paranoia
  26. Development
  27. ===========
  28. All development happens in branches like 7.x-1.x and 6.x-1.x
  29. Author
  30. ======
  31. Gerhard Killesreiter