Skip to content

Commit

Permalink
Update Known Limitations for USB Mass Storage Blocking (#924)
Browse files Browse the repository at this point in the history
* Updated known limitations.
  • Loading branch information
pmarkowsky authored Oct 29, 2022
1 parent 2082345 commit 379f283
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/known-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ nav_order: 7

- Santa only blocks execution (execve and variants), it doesn't protect against dynamic libraries loaded with dlopen, libraries on disk that have been replaced, or libraries loaded using `DYLD_INSERT_LIBRARIES`.

- Scripts: Santa is currently written to ignore any execution that isn't a binary. After weighing the administration cost versus the benefit, we found it wasn't worthwhile to manage the execution of scripts. Additionally, a number of applications make use of temporary generated scripts and blocking these could cause problems. We're happy to revisit this (or at least make it an option) if it would be useful to others.
- Scripts: Santa is currently written to ignore any execution that isn't a binary. After weighing the administration cost versus the benefit, we found it wasn't worthwhile to manage the execution of scripts. Additionally, a number of applications make use of temporary generated scripts and blocking these could cause problems. We're happy to revisit this (or at least make it an option) if it would be useful to others.

- USB Mass Storage Blocking: Santa's USB Mass Storage blocking feature is only meant to stop incidental
data exfiltration. It is not meant as a hard control. It cannot block:
* Storage devices mounted during boot prior to Santa having an opportunity to begin authorizing mounts
* Directly writing to an unmounted, but attached device

0 comments on commit 379f283

Please sign in to comment.