diff options
-rw-r--r--[l---------] | polystrap/novena/root/etc/ld.so.conf | 3 | ||||
-rw-r--r--[l---------] | polystrap/novena/root/etc/ssh/ssh_host_dsa_key | 1 | ||||
-rw-r--r--[l---------] | polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key | 1 | ||||
-rw-r--r--[l---------] | polystrap/novena/root/etc/ssh/ssh_host_rsa_key | 1 | ||||
-rwxr-xr-x[l---------] | polystrap/novena/root/usr/sbin/policy-rc.d | 4 |
5 files changed, 5 insertions, 5 deletions
diff --git a/polystrap/novena/root/etc/ld.so.conf b/polystrap/novena/root/etc/ld.so.conf index e8d9ce933..a9d3ffcc7 120000..100644 --- a/polystrap/novena/root/etc/ld.so.conf +++ b/polystrap/novena/root/etc/ld.so.conf @@ -1 +1,2 @@ -../../../default/root/etc/ld.so.conf
\ No newline at end of file +# supply ld.so.conf for fake ldd (running libc6 postinst script will fail) +include /etc/ld.so.conf.d/*.conf diff --git a/polystrap/novena/root/etc/ssh/ssh_host_dsa_key b/polystrap/novena/root/etc/ssh/ssh_host_dsa_key index 3c6372823..e69de29bb 120000..100644 --- a/polystrap/novena/root/etc/ssh/ssh_host_dsa_key +++ b/polystrap/novena/root/etc/ssh/ssh_host_dsa_key @@ -1 +0,0 @@ -../../../../default/root/etc/ssh/ssh_host_dsa_key
\ No newline at end of file diff --git a/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key b/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key index f5f2e3117..e69de29bb 120000..100644 --- a/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key +++ b/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key @@ -1 +0,0 @@ -../../../../default/root/etc/ssh/ssh_host_ecdsa_key
\ No newline at end of file diff --git a/polystrap/novena/root/etc/ssh/ssh_host_rsa_key b/polystrap/novena/root/etc/ssh/ssh_host_rsa_key index 9753b5a3e..e69de29bb 120000..100644 --- a/polystrap/novena/root/etc/ssh/ssh_host_rsa_key +++ b/polystrap/novena/root/etc/ssh/ssh_host_rsa_key @@ -1 +0,0 @@ -../../../../default/root/etc/ssh/ssh_host_rsa_key
\ No newline at end of file diff --git a/polystrap/novena/root/usr/sbin/policy-rc.d b/polystrap/novena/root/usr/sbin/policy-rc.d index 93e300d62..85d823ddb 120000..100755 --- a/polystrap/novena/root/usr/sbin/policy-rc.d +++ b/polystrap/novena/root/usr/sbin/policy-rc.d @@ -1 +1,3 @@ -../../../../default/root/usr/sbin/policy-rc.d
\ No newline at end of file +#!/bin/sh +echo "sysvinit: All runlevel operations denied by policy" >&2 +exit 101 |