security-misc/README_generic.md

69 lines
1.6 KiB
Markdown
Raw Normal View History

2021-01-19 19:41:42 -05:00
# Enhances Miscellaneous Security Settings #
2021-01-12 03:20:58 -05:00
2021-01-19 19:41:42 -05:00
https://github.com/Whonix/security-misc/blob/master/README.md
2021-01-12 03:20:58 -05:00
2021-01-19 19:41:42 -05:00
https://www.whonix.org/wiki/Security-misc
2021-01-12 03:20:58 -05:00
Discussion:
Happening primarily in Whonix forums.
https://forums.whonix.org/t/kernel-hardening/7296
2022-04-10 12:40:16 -04:00
2021-01-12 03:20:58 -05:00
## How to install `security-misc` using apt-get ##
2021-11-09 14:32:33 -05:00
1\. Download the APT Signing Key.
2021-01-12 03:20:58 -05:00
```
2023-06-16 06:49:05 -04:00
wget https://www.kicksecure.com/keys/derivative.asc
2021-01-12 03:20:58 -05:00
```
2022-05-20 15:27:10 -04:00
Users can [check the Signing Key](https://www.kicksecure.com/wiki/Signing_Key) for better security.
2021-01-12 03:20:58 -05:00
2023-06-16 06:49:05 -04:00
2\. Add the APT Signing Key.
2021-01-12 03:20:58 -05:00
```
2021-09-11 16:33:14 -04:00
sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc
2021-01-12 03:20:58 -05:00
```
2021-11-09 14:32:33 -05:00
3\. Add the derivative repository.
2021-01-12 03:20:58 -05:00
```
2023-06-16 06:49:05 -04:00
echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.kicksecure.com bookworm main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list
2021-01-12 03:20:58 -05:00
```
4\. Update your package lists.
```
sudo apt-get update
```
5\. Install `security-misc`.
```
sudo apt-get install security-misc
```
## How to Build deb Package from Source Code ##
Can be build using standard Debian package build tools such as:
```
dpkg-buildpackage -b
```
2022-04-10 12:40:16 -04:00
See instructions.
NOTE: Replace `generic-package` with the actual name of this package `security-misc`.
2021-01-12 03:20:58 -05:00
2022-04-10 12:40:16 -04:00
* **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)
2021-01-12 03:20:58 -05:00
## Contact ##
2022-04-10 12:40:16 -04:00
* [Free Forum Support](https://forums.kicksecure.com)
2023-06-16 06:49:05 -04:00
* [Premium Support](https://www.kicksecure.com/wiki/Premium_Support)
2021-01-12 03:20:58 -05:00
## Donate ##
2022-04-10 12:40:16 -04:00
`security-misc` requires [donations](https://www.kicksecure.com/wiki/Donate) to stay alive!