anthraxx / linux-hardened

Minimal supplement to upstream Kernel Self Protection Project changes. Features already provided by SELinux + Yama and archs other than multiarch arm64 / x86_64 aren't in scope. Only tags have stable history. Shared IRC channel with KSPP: irc.libera.chat #linux-hardening
Other
554 stars 55 forks source link

Can't mount ntfs with linux-hardened? #79

Open Utini2000 opened 1 year ago

Utini2000 commented 1 year ago

Hi there, I am on Archlinux with the latest linux-hardened and linux-hardened-headers. DKMS package is installed as well.

NTFS-3G Package is installed but shouldn't be required anymore since NTFS should be included in the kernel? NTFS3G-DKMS is not installed.

I can mount ntfs just fine when booting linux. I can't mount ntfs when booting linux-hardened. I tried this via dolphin and also via terminal (mount /dev/nvme0n1p3 /mnt). It says that ntfs is not supported/configured by the kernel.

Thanks in advance!