mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
26 lines
734 B
Plaintext
26 lines
734 B
Plaintext
## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
#### meta start
|
|
#### project Kicksecure
|
|
#### category security
|
|
#### description
|
|
|
|
## Trigger 'activate-noawait update-initramfs' also works with both,
|
|
## initramfs-tools as well as dracut.
|
|
## - Activate initramfs hook that sets the sysctl values before init is executed.
|
|
## - dracut module 20remount-secure
|
|
activate-noawait update-initramfs
|
|
|
|
## LKRG /usr/share/security-misc/lkrg/lkrg-virtualbox
|
|
interest-noawait /usr/bin/vboxmanage
|
|
|
|
## /usr/libexec/security-misc/mmap-rnd-bits
|
|
## auto generates:
|
|
## /etc/sysctl.d/30_security-misc_aslr-mmap.conf
|
|
## sets:
|
|
## vm.mmap_rnd_bits
|
|
interest-noawait /boot
|
|
|
|
#### meta end
|