Skip to content
Snippets Groups Projects
Commit 8d4d3797 authored by Michael Biebl's avatar Michael Biebl
Browse files

Mask /etc/init.d/rc and /etc/init.d/rcS from initscripts

We don't want users to execute those by accident.
parent 07925256
Branches
Tags
No related merge requests found
......@@ -62,6 +62,8 @@
/dev/null /lib/systemd/system/sendsigs.service
/dev/null /lib/systemd/system/halt.service
/dev/null /lib/systemd/system/reboot.service
/dev/null /lib/systemd/system/rc.service
/dev/null /lib/systemd/system/rcS.service
# The motd SysV init script is no longer required to create the dynamic part of
# /etc/motd to display the uname information as pam_exec is used for that now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment