Skip to content

Commit 0fed1b0

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 282f676 commit 0fed1b0

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
@@ -1370,6 +1370,7 @@ CONFIG_BTRFS_FS=m
13701370
CONFIG_BTRFS_FS_POSIX_ACL=y
13711371
CONFIG_NILFS2_FS=m
13721372
CONFIG_F2FS_FS=y
1373+
CONFIG_F2FS_FS_SECURITY=y
13731374
CONFIG_FS_ENCRYPTION=y
13741375
CONFIG_FANOTIFY=y
13751376
CONFIG_QFMT_V1=m

arch/arm/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,7 @@ CONFIG_BTRFS_FS=m
14091409
CONFIG_BTRFS_FS_POSIX_ACL=y
14101410
CONFIG_NILFS2_FS=m
14111411
CONFIG_F2FS_FS=y
1412+
CONFIG_F2FS_FS_SECURITY=y
14121413
CONFIG_FS_ENCRYPTION=y
14131414
CONFIG_FANOTIFY=y
14141415
CONFIG_QFMT_V1=m

arch/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,7 @@ CONFIG_BTRFS_FS=m
13811381
CONFIG_BTRFS_FS_POSIX_ACL=y
13821382
CONFIG_NILFS2_FS=m
13831383
CONFIG_F2FS_FS=y
1384+
CONFIG_F2FS_FS_SECURITY=y
13841385
CONFIG_FANOTIFY=y
13851386
CONFIG_QFMT_V1=m
13861387
CONFIG_QFMT_V2=m

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,7 @@ CONFIG_BTRFS_FS=m
14181418
CONFIG_BTRFS_FS_POSIX_ACL=y
14191419
CONFIG_NILFS2_FS=m
14201420
CONFIG_F2FS_FS=y
1421+
CONFIG_F2FS_FS_SECURITY=y
14211422
CONFIG_FS_ENCRYPTION=y
14221423
CONFIG_FANOTIFY=y
14231424
CONFIG_QFMT_V1=m

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ CONFIG_BTRFS_FS=m
12671267
CONFIG_BTRFS_FS_POSIX_ACL=y
12681268
CONFIG_NILFS2_FS=m
12691269
CONFIG_F2FS_FS=y
1270+
CONFIG_F2FS_FS_SECURITY=y
12701271
CONFIG_FS_ENCRYPTION=y
12711272
CONFIG_FANOTIFY=y
12721273
CONFIG_QFMT_V1=m

0 commit comments

Comments
 (0)