mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Merge pull request #1977 from MicrosoftDocs/user/tudobril/proc-excl
Clarify process exclusions
This commit is contained in:
commit
bc101064e6
@ -150,9 +150,9 @@ Specify content excluded from being scanned by file extension.
|
|||||||
| **Possible values** | valid file extensions |
|
| **Possible values** | valid file extensions |
|
||||||
| **Comments** | Applicable only if *$type* is *excludedFileExtension* |
|
| **Comments** | Applicable only if *$type* is *excludedFileExtension* |
|
||||||
|
|
||||||
##### Name of excluded content
|
##### Process excluded from the scan
|
||||||
|
|
||||||
Specify content excluded from being scanned by file name.
|
Specify a process for which all file activity is excluded from scanning. The process can be specified either by its name (e.g. `cat`) or full path (e.g. `/bin/cat`).
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|:---|:---|
|
|:---|:---|
|
||||||
@ -407,6 +407,10 @@ The following configuration profile will:
|
|||||||
### Intune profile
|
### Intune profile
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1">
|
||||||
|
<dict>
|
||||||
<key>PayloadUUID</key>
|
<key>PayloadUUID</key>
|
||||||
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
|
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
|
||||||
<key>PayloadType</key>
|
<key>PayloadType</key>
|
||||||
@ -475,6 +479,8 @@ The following configuration profile will:
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Full configuration profile example
|
## Full configuration profile example
|
||||||
@ -518,6 +524,12 @@ The following configuration profile contains entries for all settings described
|
|||||||
<key>extension</key>
|
<key>extension</key>
|
||||||
<string>pdf</string>
|
<string>pdf</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>$type</key>
|
||||||
|
<string>excludedFileName</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>cat</string>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>exclusionsMergePolicy</key>
|
<key>exclusionsMergePolicy</key>
|
||||||
<string>merge</string>
|
<string>merge</string>
|
||||||
@ -638,6 +650,12 @@ The following configuration profile contains entries for all settings described
|
|||||||
<key>extension</key>
|
<key>extension</key>
|
||||||
<string>pdf</string>
|
<string>pdf</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>$type</key>
|
||||||
|
<string>excludedFileName</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>cat</string>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>exclusionsMergePolicy</key>
|
<key>exclusionsMergePolicy</key>
|
||||||
<string>merge</string>
|
<string>merge</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user