Skip to content

Commit

Permalink
Fix typos in our handcrafted policies
Browse files Browse the repository at this point in the history
  • Loading branch information
didrocks committed Nov 16, 2023
1 parent 60d9097 commit a640f07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/admxgen/defs/mount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
If the tag is added, the mount will require Kerberos authentication in order to occur.
The supported protocols / filsystems are the same as the ones supported by the mount command.
The supported protocols / file systems are the same as the ones supported by the mount command.
They are listed on the mount man page on https://man7.org/linux/man-pages/man8/mount.8.html
It's up to the user to ensure that the requested protocols are valid and supported and that the shared directories have the correct configuration for the requested connection.
elementtype: "multiText"
Expand Down
6 changes: 3 additions & 3 deletions cmd/admxgen/defs/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
* Not configured: A setting declared higher in the GPO hierarchy will be used if available.
type: "proxy"
- key: "/proxy/auto"
displayname: "Autoconfiguration URL"
displayname: "Auto-configuration URL"
explaintext: |
Declare system-wide proxy autoconfiguration URL.
Declare system-wide proxy auto-configuration URL.
Autoconfiguration URLs are always prioritzed over manual proxy settings, meaning that if all proxy options are set, the GPO client will enable automatic proxy configuration for supported backends. An empty value will remove previously set settings of the same type.
Auto-configuration URLs are always prioritized over manual proxy settings, meaning that if all proxy options are set, the GPO client will enable automatic proxy configuration for supported backends. An empty value will remove previously set settings of the same type.
elementtype: "text"
release: "any"
note: |
Expand Down
2 changes: 1 addition & 1 deletion cmd/admxgen/defs/scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- key: "/shutdown"
displayname: "Shutdown scripts"
explaintext: |
Define scripts that are executed on machine poweroff.
Define scripts that are executed on machine power off.
Those scripts are ordered, one by line, and relative to SYSVOL/ubuntu/scripts/ directory.
Scripts from this GPO will be appended to the list of scripts referenced higher in the GPO hierarchy.
elementtype: "multiText"
Expand Down

0 comments on commit a640f07

Please sign in to comment.