Jonathon Anderson

Results 264 comments of Jonathon Anderson

Agreed by community discussion. `ssh_setup.sh` could probably use and audit overall. @griznog is going to take a look.

I think a new one would just be licensed under the general project license, and wouldn't have to inherit whatever is in the current file. Agreed on the value of...

Thanks for the report, @epruesse! If you're able to confirm specifically that files do go absent, please do share that procedure here. Right now my understanding of how overlays are...

@mrproper it looks like `getfattr --dump` can save fattrs to a format that can then be re-applied by `setfattr --restore`. I'm thinking something like this would work in `container_exit.sh`: ```shell...

@mrproper I'm trying to implement this; but I'm not seeing any files with capabilities in Rocky 8 or 9. Can you recommend an example of a package that sets capabilities...

My expectation has been that we'd use get/setfattr to generate a file during image build that could be re-applied during deployment by wwprescripts, similar to what we do for selinux...

> From a Slack conversation about a similar issue. > > > Interesting, when running a rocky 9/10 image with docker/podman the capabilities are not in the image, and not...