mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 10:56:04 -04:00
vm.mmap_rnd_bits: Fix ppc64le
Probably fixes a bunch of other non-x86_64 arches too.
This commit is contained in:
parent
5c6db28881
commit
61f63255ac
5 changed files with 58 additions and 4 deletions
3
debian/security-misc.postinst
vendored
3
debian/security-misc.postinst
vendored
|
@ -32,6 +32,7 @@ case "$1" in
|
|||
triggered)
|
||||
echo "INFO: triggered $DPKG_MAINTSCRIPT_PACKAGE: '$DPKG_MAINTSCRIPT_PACKAGE' $DPKG_MAINTSCRIPT_PACKAGE DPKG_MAINTSCRIPT_NAME: '$DPKG_MAINTSCRIPT_NAME' $\@: '$@' 2: '$2'"
|
||||
/usr/share/security-misc/lkrg/lkrg-virtualbox || true
|
||||
/usr/libexec/security-misc/mmap-rnd-bits
|
||||
exit 0
|
||||
;;
|
||||
|
||||
|
@ -57,6 +58,8 @@ you should fix running 'update-grub', otherwise your system might no longer \
|
|||
boot." >&2
|
||||
fi
|
||||
|
||||
/usr/libexec/security-misc/mmap-rnd-bits
|
||||
|
||||
true "INFO: debhelper beginning here."
|
||||
|
||||
#DEBHELPER#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue