doublez13
doublez13
Is there any reason that there hasn't been a tagged release since April? I prefer not to use the `latest` tag, and generally stick to a minor release tag like...
I've got the following setup on my machine... ``` "blockdevices": [ { "parttype": null, "mountpoint": "/boot", "pttype": null, "fstype": "vfat", "kname": "md127", "pkname": "nvme0n1p1", "type": "raid1" },{ "parttype": null, "mountpoint":...
I have a report defined that I would like to always print a particular column (scheduled.countdown) , whether or not any of the tasks have a value there. In taskwarrior,...
vrrp node -> Traefik node -> Wordpress node -> DB node On a 4 node swarm, its possible for these to be different nodes. One node going down disrupts the...
**What type of PR is this?** /kind bug /kind chart-release **What this PR does / why we need it**: It appears that when setting `leastPrivileged: true`, apparmor does not not...
NOTE: This PR relies on an [upstream AppArmor patch](https://gitlab.com/apparmor/apparmor/-/merge_requests/1551) that has been merged, but not included in a tagged release yet. As I was writing a policy for yara (a...
Add a new boolean cmdline option that, when set, will halt the system if the IMA policy file is not present or fails to load When both `ima_policy=secure_boot` and `rd.ima.require_policy_file`...