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

FS#3172 - ACL FS #8549

Closed
openwrt-bot opened this issue Jun 11, 2020 · 0 comments
Closed

FS#3172 - ACL FS #8549

openwrt-bot opened this issue Jun 11, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

n8v8R:

zcat /proc/config.gz | grep ACL

CONFIG_EXT4_FS_POSIX_ACL is not set

CONFIG_REISERFS_FS_POSIX_ACL is not set

CONFIG_JFS_POSIX_ACL is not set

CONFIG_XFS_POSIX_ACL is not set

CONFIG_BTRFS_FS_POSIX_ACL is not set

CONFIG_F2FS_FS_POSIX_ACL is not set

CONFIG_FS_POSIX_ACL=y

CONFIG_TMPFS_POSIX_ACL is not set

CONFIG_JFFS2_FS_POSIX_ACL is not set

CONFIG_NFS_V3_ACL is not set

CONFIG_NFSD_V3_ACL is not set

There are several daemons that run not as root and/or jailed and could write to the disk, however with ACL being disabled for the majority of the FS ACL is basically none existent.

The code pertinent to ACL is likely not bloating the kernel out proportions. Appreciate if FS ACL could be enabled, least for the FS that ship by default compiled in the kernel

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

No branches or pull requests

1 participant