diff options
author | William Pitcock <nenolod@dereferenced.org> | 2013-03-26 04:52:47 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2013-03-26 04:52:47 -0500 |
commit | cc771ebf779bd0e1064b8f944f943976bc127c70 (patch) | |
tree | 31c16b5714b034411092c55ef82ea7bac7144c21 /main/linux-grsec/kernelconfig.x86 | |
parent | 16071f3d1cdaaf747db23ad812f822ced38750f0 (diff) | |
download | aports-cc771ebf779bd0e1064b8f944f943976bc127c70.tar.bz2 aports-cc771ebf779bd0e1064b8f944f943976bc127c70.tar.xz |
main/linux-grsec: enable write support for UFS filesystems
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 8523336f47..f9e781f2ed 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -5145,7 +5145,7 @@ CONFIG_PSTORE=y CONFIG_PSTORE_RAM=m CONFIG_SYSV_FS=m CONFIG_UFS_FS=m -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EXOFS_FS=m # CONFIG_EXOFS_DEBUG is not set |