diff options
Diffstat (limited to 'debian/init')
-rw-r--r-- | debian/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/init b/debian/init index 6a94fb4..19c5511 100644 --- a/debian/init +++ b/debian/init @@ -27,6 +27,7 @@ start) rm -f $SCREENDIR mkdir $SCREENDIR chown root:utmp $SCREENDIR + [ -x /sbin/restorecon ] && /sbin/restorecon $SCREENDIR fi find $SCREENDIR -type p -delete # If the local admin has used dpkg-statoverride to install the screen |