Skip to content

Commit

Permalink
feat: enable POSIX file ACLs on XFS
Browse files Browse the repository at this point in the history
Looks like some container images rely on `setfacl`.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Feb 19, 2021
1 parent 6748819 commit be6d186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -4754,7 +4754,7 @@ CONFIG_FS_MBCACHE=y
CONFIG_XFS_FS=y
CONFIG_XFS_SUPPORT_V4=y
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_POSIX_ACL is not set
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_ONLINE_SCRUB is not set
# CONFIG_XFS_WARN is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7277,7 +7277,7 @@ CONFIG_FS_MBCACHE=y
CONFIG_XFS_FS=y
CONFIG_XFS_SUPPORT_V4=y
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_POSIX_ACL is not set
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_ONLINE_SCRUB is not set
# CONFIG_XFS_WARN is not set
Expand Down

0 comments on commit be6d186

Please sign in to comment.