This commit is contained in:
Patrick Schleizer 2022-04-10 12:40:16 -04:00
parent 0051a6935a
commit 2677db34ba
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -8,15 +8,16 @@ Discussion:
Happening primarily in Whonix forums. Happening primarily in Whonix forums.
https://forums.whonix.org/t/kernel-hardening/7296 https://forums.whonix.org/t/kernel-hardening/7296
## How to install `security-misc` using apt-get ## ## How to install `security-misc` using apt-get ##
1\. Download the APT Signing Key. 1\. Download the APT Signing Key.
``` ```
wget https://www.whonix.org/derivative.asc wget https://www.kicksecure.com/derivative.asc
``` ```
Users can [check Whonix Signing Key](https://www.whonix.org/wiki/Whonix_Signing_Key) for better security. Users can [check Whonix Signing Key](https://www.kicksecure.com/wiki/Signing_Key) for better security.
2\. Add the APT Signing Key.. 2\. Add the APT Signing Key..
@ -27,7 +28,7 @@ sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc
3\. Add the derivative repository. 3\. Add the derivative repository.
``` ```
echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.whonix.org bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.kicksecure.com bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list
``` ```
4\. Update your package lists. 4\. Update your package lists.
@ -50,16 +51,18 @@ Can be build using standard Debian package build tools such as:
dpkg-buildpackage -b dpkg-buildpackage -b
``` ```
See instructions. (Replace `generic-package` with the actual name of this package `security-misc`.) See instructions.
* **A)** [easy](https://www.whonix.org/wiki/Dev/Build_Documentation/generic-package/easy), _OR_ NOTE: Replace `generic-package` with the actual name of this package `security-misc`.
* **B)** [including verifying software signatures](https://www.whonix.org/wiki/Dev/Build_Documentation/generic-package)
* **A)** [easy](https://www.kicksecure.com/wiki/Dev/Build_Documentation/generic-package/easy), _OR_
* **B)** [including verifying software signatures](https://www.kicksecure.com/wiki/Dev/Build_Documentation/generic-package)
## Contact ## ## Contact ##
* [Free Forum Support](https://forums.whonix.org) * [Free Forum Support](https://forums.kicksecure.com)
* [Professional Support](https://www.whonix.org/wiki/Professional_Support) * [Professional Support](https://www.kicksecure.com/wiki/Professional_Support)
## Donate ## ## Donate ##
`security-misc` requires [donations](https://www.whonix.org/wiki/Donate) to stay alive! `security-misc` requires [donations](https://www.kicksecure.com/wiki/Donate) to stay alive!