mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-16 23:37:22 +00:00
Merge pull request #3504 from MicrosoftDocs/macky-nixclean06
Code sweep and minor edits
This commit is contained in:
commit
a5bf80d164
@ -29,7 +29,7 @@ ms.topic: conceptual
|
|||||||
|
|
||||||
In enterprise environments, Microsoft Defender ATP for Linux can be managed through a configuration profile. This profile is deployed from the management tool of your choice. Preferences managed by the enterprise take precedence over the ones set locally on the device. In other words, users in your enterprise are not able to change preferences that are set through this configuration profile.
|
In enterprise environments, Microsoft Defender ATP for Linux can be managed through a configuration profile. This profile is deployed from the management tool of your choice. Preferences managed by the enterprise take precedence over the ones set locally on the device. In other words, users in your enterprise are not able to change preferences that are set through this configuration profile.
|
||||||
|
|
||||||
This topic describes the structure of this profile (including a recommended profile that you can use to get started) and instructions on how to deploy the profile.
|
This article describes the structure of this profile (including a recommended profile that you can use to get started) and instructions on how to deploy the profile.
|
||||||
|
|
||||||
## Configuration profile structure
|
## Configuration profile structure
|
||||||
|
|
||||||
@ -141,7 +141,7 @@ Used to exclude content from the scan by file extension.
|
|||||||
|
|
||||||
**Process excluded from the scan**
|
**Process excluded from the scan**
|
||||||
|
|
||||||
Specifies 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`).
|
Specifies a process for which all file activity is excluded from scanning. The process can be specified either by its name (for example, `cat`) or full path (for example, `/bin/cat`).
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|:---|:---|
|
|:---|:---|
|
||||||
@ -373,7 +373,7 @@ The following configuration profile contains entries for all settings described
|
|||||||
The configuration profile must be a valid JSON-formatted file. There are a number of tools that can be used to verify this. For example, if you have `python` installed on your device:
|
The configuration profile must be a valid JSON-formatted file. There are a number of tools that can be used to verify this. For example, if you have `python` installed on your device:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python -m json.tool mdatp_managed.json
|
python -m json.tool mdatp_managed.json
|
||||||
```
|
```
|
||||||
|
|
||||||
If the JSON is well-formed, the above command outputs it back to the Terminal and returns an exit code of `0`. Otherwise, an error that describes the issue is displayed and the command returns an exit code of `1`.
|
If the JSON is well-formed, the above command outputs it back to the Terminal and returns an exit code of `0`. Otherwise, an error that describes the issue is displayed and the command returns an exit code of `1`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user