1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-23 05:11:34 -05:00

add custom umask

This commit is contained in:
kimg45 2024-08-09 23:14:39 -05:00 committed by GitHub
parent 4afc0a272f
commit 88f4bf926f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,3 +75,7 @@ Mac computers have an [IOMMU](https://support.apple.com/guide/security/direct-me
## Lockdown Mode ## 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. [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).