-
```console
$ python3 ./bin/kernel-hardening-checker -h
usage: kernel-hardening-checker [-h] [--version] [-m {verbose,json,show_ok,show_fail}] [-c CONFIG] [-l CMDLINE] [-s SYSCTL] [-v KERNEL_VERSION]…
-
## Issue: the command that runs skani subprocess not working properly
The command that runs skani subprocess sends the output to /dev/stdout, however on morden linux distributions this is not allowed…
-
https://lore.kernel.org/linux-hardening/ZrZs5KL5Pz9tIinr@cute/
Reproduces with:
```C
extern int ohai(int cow);
static bool iwl_mvm_gtk_rekey(struct iwl_wowlan_status_data *status,
…
-
It appears that Docker rootless needs to see other processes in order to function properly. I encountered this problem while hardening a Linux machine. setting hidepid=2 will stop container to run. Wh…
-
#### Description
Password Hardening: Add support to disable expiration date like in Linux:
-1: expiration will never occur
0: expiration will expire immediately
#### Steps…
-
I am facing issues after upgrading to 18x
Imported a preset in yaya/480mkv_960kbit_H265_AnyAudio, but getting conversion errors:
```
------- CONVERSION OUTPUT Mon Sep 30 21:47:40 CEST 2024 ------…
-
You should check (already did i guess) at some security tools to improve your list.
Also maybe you should track software version.
Linux hardening is not the same for a linux server, a linux router o…
-
**Is your feature request related to a problem? Please describe.**
I checked if the zerotier-one binary is compiled with hardening options on a Debian system and found the following:
```
$ hard…
-
See [this](https://github.com/dev-sec/linux-baseline/pull/44#issuecomment-287461148) discussion.
We should have a CI job here with master branch of chef-os-hardening
-
En el taller se podrían tratar temas sobre _hardening_ en:
- GNU/Linux (CentOS & Debian)
- SSH
- MySQL & PostgreSQL
- Apache & Nginx
Adicionalmente ver temas de prevención y protecció…