Initial commit

This commit is contained in:
root
2021-12-01 11:23:54 +01:00
commit d742041582
1028 changed files with 29161 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
description "PaX flags maintenance daemon"
start on runlevel [2345]
stop on runlevel [!2345]
console none
pre-start script
test -x /sbin/paxctld || { stop; exit 0; }
end script
exec /sbin/paxctld