Skip to content

Commit

Permalink
Adding user.rules file to Linux Diagnostic manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Elina-L committed Aug 28, 2024
1 parent ac03b02 commit bf71cb6
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -318,6 +318,8 @@ File Path | Manifest
/var/spool/cron/tabs/root | workloadbackup
/var/tmp/sosreport\*.tar.xz | linux-sos-scc
copy | sql-iaas
user.rules | diagnostic
user6.rules | diagnostic
## windows
File Path | Manifest
------------- | -------------
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:19:13.661170`*
4 changes: 3 additions & 1 deletion docs/manifest_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ diagnostic | copy | /etc/modprobe.d/\*.conf
diagnostic | copy | /etc/security/limits.conf
diagnostic | copy | /etc/selinux/config
diagnostic | copy | /sys/kernel/security/apparmor/profiles
diagnostic | copy | user.rules
diagnostic | copy | user6.rules
diagnostic | diskinfo |
diskpool | list | /etc/cron.daily
diskpool | list | /etc/cron.hourly
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:19:13.661170`*
4 changes: 4 additions & 0 deletions manifests/linux/diagnostic
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,9 @@ copy,/etc/selinux/config,noscan
copy,/sys/kernel/security/apparmor/profiles,noscan
echo,

echo,### Gathering User Rules files ###
copy,user.rules
copy,user6.rules

echo,### Gathering Disk Info ###
diskinfo,

0 comments on commit bf71cb6

Please sign in to comment.