@7Oz-64
I only mildly hardened Linux by disabling P2P, remote access, old TLS versions and enabling ASLR system wide. I made a few changes from a website which claimed what to do when first installation linux Mint, but onyl the ones that made sense to me (e.g. reduce swapiness, I think I have set it to 10)).
My policies
{
"SitePerProcess": true,
"SandboxExternalProtocolBlocked": true,
"AudioSandboxEnabled": true,
"SafeBrowsingProtectionLevel": 1,
"DownloadRestrictions": 1,
"PromptForDownloadLocation": false,
"DownloadDirectory": "my download folder¨
"DnsOverHttpsMode": "secure",
"DnsOverHttpsTemplates": "my free Cloudflare Zero Trust ",
"HttpsOnlyMode": "force_enabled",
"DefaultBraveHttpsUpgradeSetting": 2,
"DefaultInsecureContentSetting": 2,
"DefaultFileSystemWriteGuardSetting": 2,
"DefaultWebBluetoothGuardSetting": 2,
"DefaultWebUsbGuardSetting": 2,
"DefaultWebHidGuardSetting": 2,
"DefaultSerialGuardSetting": 2,
"JavaScriptBlockedForUrls": [ "FILE:///*" ],
"JavaScriptOptimizerBlockedForSites": [ "HTTP://*" ],
"RemoteAccessHostAllowRemoteAccessConnections": false,
"RemoteAccessHostAllowRemoteSupportConnections": false,
"RemoteAccessHostAllowClientPairing": false,
"RemoteAccessHostAllowFileTransfer": false,
"RemoteAccessHostAllowUrlForwarding": false,
"RemoteAccessHostFirewallTraversal": false,
"RemoteAccessHostAllowPinAuthentication": false,
"RemoteAccessHostRequireCurtain": false,
"PasswordManagerEnabled": false,
"AutofillAddressEnabled": false,
"AutofillCreditCardEnabled": false,
"BrowserGuestModeEnabled": false,
"BrowserAddPersonEnabled": false,
"BackgroundModeEnabled": false,
"MetricsReportingEnabled": false,
"SearchSuggestEnabled": false,
"GenAILocalFoundationalModelSettings": 1,
"PromotionsEnabled": false,
"BraveRewardsDisabled": true,
"BraveWalletDisabled": true,
"BraveNewsDisabled": true,
"BraveVPNDisabled": true,
"BraveShieldsDisabledForUrls": [
¨Lots of websites +20
]
}