summaryrefslogtreecommitdiffstats
path: root/etc/examples/rc.securelevel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add shebang to make it clear these files are shell scripts (they areajacoutot2014-07-141-2/+5
| | | | | | explicitely executed by sh(1)). discussed with deraadt@
* Do not output anything by default, to be consistent with the otherajacoutot2014-07-141-9/+1
| | | | | | site-specific rc.* files, the comment is enough. ok deraadt@
* rc.{local,securelevel,shutdown} become examples. If versions of themderaadt2014-07-141-0/+14
are created in /etc, they are executed (they used to be sourced) to avoid polluting the rc variable space. The powerdown= and securelevel= features are removed; they are likely only used by 2 people. the secureleve is now always raised; this is the only sensible default. ok ajacoutot