From 88f4bf926fd9e055f65c526e488b680e69e74e7d Mon Sep 17 00:00:00 2001 From: kimg45 <138676274+kimg45@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:14:39 -0500 Subject: [PATCH] add custom umask --- content/posts/macos/Security Features of macOS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/posts/macos/Security Features of macOS b/content/posts/macos/Security Features of macOS index 1d4333a..c36e878 100644 --- a/content/posts/macos/Security Features of macOS +++ b/content/posts/macos/Security Features of macOS @@ -74,4 +74,8 @@ Mac computers have an [IOMMU](https://support.apple.com/guide/security/direct-me ## Lockdown Mode -[Lockdown Mode](https://support.apple.com/en-us/105120) is an optional security feature that disables lots of attack surface in your Mac. It may break certain things like websites or apps, but you can disable it for individual apps or websites if you need to. \ No newline at end of file +[Lockdown Mode](https://support.apple.com/en-us/105120) is an optional security feature that disables lots of attack surface in your Mac. It may break certain things like websites or apps, but you can disable it for individual apps or websites if you need to. + +## Custom umask + +macOS is a Unix-like, so certain security practices carry over from other systems. Consider setting a [custom umask](https://support.apple.com/en-us/101914). \ No newline at end of file