Skip to content

Commit

Permalink
Merge pull request #268 from Azure/wenxliu/LinuxDiagnosticManifest_us…
Browse files Browse the repository at this point in the history
…er.rules

Adding user.rules file to Linux Diagnostic manifest
  • Loading branch information
chintanrp authored Aug 28, 2024
2 parents ac03b02 + 6f75f7a commit ff9086c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/manifest_by_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ File Path | Manifest
/etc/syslog-ng/\* | azuremonitoragent
/etc/udev/rules.d/\*.rules | diagnostic
/etc/ufw/ufw.conf | diagnostic, eg, vmdiagnostic
/etc/ufw/user.rules | diagnostic
/etc/ufw/user6.rules | diagnostic
/etc/waagent.conf | agents, diagnostic, eg, site-recovery, vmdiagnostic, workloadbackup
/etc/wicked/\*.xml | diagnostic, eg, vmdiagnostic
/etc/yum.conf | linux-repoconfig
Expand Down Expand Up @@ -673,4 +675,4 @@ File Path | Manifest
/k/kubeclusterconfig.json | aks
/unattend.xml | diagnostic, eg, normal, vmdiagnostic, windowsupdate

*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-07-22 15:12:48.366181`*
*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-08-28 10:29:40.331135`*
4 changes: 3 additions & 1 deletion docs/manifest_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ diagnostic | copy | /etc/dhcp/\*.conf
diagnostic | copy | /etc/network/interfaces
diagnostic | copy | /etc/network/interfaces.d/\*.cfg
diagnostic | copy | /etc/ufw/ufw.conf
diagnostic | copy | /etc/ufw/user.rules
diagnostic | copy | /etc/ufw/user6.rules
diagnostic | copy | /etc/ssh/sshd_config
diagnostic | copy | /etc/ssh/sshd_config.d/\*
diagnostic | copy | /etc/nsswitch.conf
Expand Down Expand Up @@ -1838,4 +1840,4 @@ workloadbackup | copy | /WindowsAzure/Logs/Plugins/\*
workloadbackup | copy | /WindowsAzure/Logs/AggregateStatus/aggregatestatus\*.json
workloadbackup | copy | /WindowsAzure/Logs/AppAgentRuntime.log

*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-07-22 15:12:48.366181`*
*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-08-28 10:29:40.331135`*
2 changes: 2 additions & 0 deletions manifests/linux/diagnostic
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ copy,/etc/dhcp/*.conf,noscan
copy,/etc/network/interfaces,noscan
copy,/etc/network/interfaces.d/*.cfg,noscan
copy,/etc/ufw/ufw.conf,noscan
copy,/etc/ufw/user.rules
copy,/etc/ufw/user6.rules
copy,/etc/ssh/sshd_config
copy,/etc/ssh/sshd_config.d/*
copy,/etc/nsswitch.conf,noscan
Expand Down

0 comments on commit ff9086c

Please sign in to comment.