-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for stig-fix-1.8.1.el6.noarch.rpm
- Loading branch information
root
committed
Dec 20, 2014
1 parent
a353cc1
commit b920031
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/sh | ||
|
||
cat <<EOF > /etc/init/control-alt-delete.conf | ||
control-alt-delete - emergency keypress handling | ||
# | ||
# This task is run whenever the Control-Alt-Delete key combination is | ||
# pressed. Usually used to shut down the machine. | ||
# | ||
# Do not edit this file directly. If you want to change the behaviour, | ||
# please create a file control-alt-delete.override and put your changes there. | ||
start on control-alt-delete | ||
exec /usr/bin/logger -p security.info "Control-Alt-Delete pressed" | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters