Skip to content

Commit e166b28

Browse files
authored
Update FAA cookbook rule for macOS 26.3 (#778)
This updates the ChromeCookie rule to add a process exception for the `platform:com.apple.mds` process on macOS 26.3. --------- Signed-off-by: Pete Markowsky <pmarkowsky@users.noreply.github.com>
1 parent 7480a90 commit e166b28

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/docs/cookbook/faa.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ process.
4444
<key>PlatformBinary</key>
4545
<true/>
4646
</dict>
47+
<!-- On macOS 26.3 the mds process will also read cookies -->
48+
<dict>
49+
<key>SigningID</key>
50+
<string>com.apple.mds</string>
51+
<key>PlatformBinary</key>
52+
<true/>
53+
</dict>
54+
4755
</array>
4856
</dict>
4957
```

0 commit comments

Comments
 (0)