Skip to content

Commit b57b46c

Browse files
pelwellpopcornmix
authored andcommitted
config: Enable FSFS_FS_SECURITY
Add a negligible amount of core kernel code for capability-based access control on F2FS. See: #2778 Signed-off-by: Phil Elwell <[email protected]>
1 parent cbc53af commit b57b46c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

arch/arm/configs/bcm2709_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,7 @@ CONFIG_BTRFS_FS=m
13201320
CONFIG_BTRFS_FS_POSIX_ACL=y
13211321
CONFIG_NILFS2_FS=m
13221322
CONFIG_F2FS_FS=y
1323+
CONFIG_F2FS_FS_SECURITY=y
13231324
CONFIG_FS_ENCRYPTION=y
13241325
CONFIG_FANOTIFY=y
13251326
CONFIG_QFMT_V1=m

arch/arm/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,7 @@ CONFIG_BTRFS_FS=m
13591359
CONFIG_BTRFS_FS_POSIX_ACL=y
13601360
CONFIG_NILFS2_FS=m
13611361
CONFIG_F2FS_FS=y
1362+
CONFIG_F2FS_FS_SECURITY=y
13621363
CONFIG_FS_ENCRYPTION=y
13631364
CONFIG_FANOTIFY=y
13641365
CONFIG_QFMT_V1=m

arch/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@ CONFIG_BTRFS_FS=m
13311331
CONFIG_BTRFS_FS_POSIX_ACL=y
13321332
CONFIG_NILFS2_FS=m
13331333
CONFIG_F2FS_FS=y
1334+
CONFIG_F2FS_FS_SECURITY=y
13341335
CONFIG_FANOTIFY=y
13351336
CONFIG_QFMT_V1=m
13361337
CONFIG_QFMT_V2=m

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,7 @@ CONFIG_BTRFS_FS=m
13681368
CONFIG_BTRFS_FS_POSIX_ACL=y
13691369
CONFIG_NILFS2_FS=m
13701370
CONFIG_F2FS_FS=y
1371+
CONFIG_F2FS_FS_SECURITY=y
13711372
CONFIG_FS_ENCRYPTION=y
13721373
CONFIG_FANOTIFY=y
13731374
CONFIG_QFMT_V1=m

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@ CONFIG_BTRFS_FS=m
12171217
CONFIG_BTRFS_FS_POSIX_ACL=y
12181218
CONFIG_NILFS2_FS=m
12191219
CONFIG_F2FS_FS=y
1220+
CONFIG_F2FS_FS_SECURITY=y
12201221
CONFIG_FS_ENCRYPTION=y
12211222
CONFIG_FANOTIFY=y
12221223
CONFIG_QFMT_V1=m

0 commit comments

Comments
 (0)