Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posix ACL Support #374

Open
ajs124 opened this issue Aug 7, 2023 · 1 comment
Open

Posix ACL Support #374

ajs124 opened this issue Aug 7, 2023 · 1 comment

Comments

@ajs124
Copy link
Contributor

ajs124 commented Aug 7, 2023

IMHO it would sometimes be nice to be able to set not only a owner and group for a secret, but an ACL, instead.

The issue with this has always been that ramfs doesn't support them and tmpfs has security implications, because it can be swapped to disk. See also #236.

This has been solved in kernel 6.4+, where tmpfs has the mount option noswap.

@Mic92
Copy link
Owner

Mic92 commented Aug 7, 2023

Agreed we should switch to tmpfs for newer linux kernel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants