Skip to content

Commit a4407c4

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 c9e91cf commit a4407c4

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
@@ -1379,6 +1379,7 @@ CONFIG_BTRFS_FS=m
13791379
CONFIG_BTRFS_FS_POSIX_ACL=y
13801380
CONFIG_NILFS2_FS=m
13811381
CONFIG_F2FS_FS=y
1382+
CONFIG_F2FS_FS_SECURITY=y
13821383
CONFIG_FS_ENCRYPTION=y
13831384
CONFIG_FANOTIFY=y
13841385
CONFIG_QFMT_V1=m

arch/arm/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/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,7 @@ CONFIG_BTRFS_FS=m
13901390
CONFIG_BTRFS_FS_POSIX_ACL=y
13911391
CONFIG_NILFS2_FS=m
13921392
CONFIG_F2FS_FS=y
1393+
CONFIG_F2FS_FS_SECURITY=y
13931394
CONFIG_FANOTIFY=y
13941395
CONFIG_QFMT_V1=m
13951396
CONFIG_QFMT_V2=m

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,7 @@ CONFIG_BTRFS_FS=m
14251425
CONFIG_BTRFS_FS_POSIX_ACL=y
14261426
CONFIG_NILFS2_FS=m
14271427
CONFIG_F2FS_FS=y
1428+
CONFIG_F2FS_FS_SECURITY=y
14281429
CONFIG_FS_ENCRYPTION=y
14291430
CONFIG_FANOTIFY=y
14301431
CONFIG_QFMT_V1=m

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,7 @@ CONFIG_BTRFS_FS=m
12741274
CONFIG_BTRFS_FS_POSIX_ACL=y
12751275
CONFIG_NILFS2_FS=m
12761276
CONFIG_F2FS_FS=y
1277+
CONFIG_F2FS_FS_SECURITY=y
12771278
CONFIG_FS_ENCRYPTION=y
12781279
CONFIG_FANOTIFY=y
12791280
CONFIG_QFMT_V1=m

0 commit comments

Comments
 (0)