Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
aab

Check warning on line 1 in .github/actions/spelling/expect.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Skipping `.github/actions/spelling/expect.txt` because it seems to have more noise (358) than unique words (0) (total: 359 / 0). (noisy-file)
AAFFBB
aarch
abe
addrpair
advapi
almalinux
ATL
ATLMFC
Expand Down Expand Up @@ -88,7 +89,9 @@
etestoutputs
etestsharedstorage
EToken
etw
EUID
EVENTLOG
evt
exampledatadiskname
exampleosdiskname
Expand Down Expand Up @@ -325,6 +328,7 @@
wdksetup
Werror
westus
wevtapi
WFP
winapi
windowsazureguestagent
Expand Down Expand Up @@ -352,3 +356,3 @@
xxxx
xxxxxxxx
xxxxxxxxxxx
Expand Down
215 changes: 212 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proxy_agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ once_cell = "1.17.0" # use Lazy
serde = "1.0.152"
serde_derive = "1.0.152"
serde_json = "1.0.91" # json Deserializer
serde-xml-rs = "0.6.0" # xml Deserializer
serde-xml-rs = "0.8.1" # xml Deserializer with xml attribute
bitflags = "2.6.0" # support bitflag enum
hmac-sha256 = "1.1.6" # use HMAC using the SHA-256 hash function
hex = "0.4.3" # hex encode
Expand Down
3 changes: 2 additions & 1 deletion proxy_agent/config/GuestProxyAgent.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"ebpfProgramName": "ebpf_cgroup.o",
"cgroupRoot": "/sys/fs/cgroup",
"fileLogLevel": "Trace",
"fileLogLevelForEvents": "Info"
"fileLogLevelForEvents": "Info",
"fileLogLevelForSystemEvents": "Info"
}
3 changes: 2 additions & 1 deletion proxy_agent/config/GuestProxyAgent.windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"hostGAPluginSupport": 1,
"ebpfProgramName": "redirect.bpf.sys",
"fileLogLevel": "Trace",
"fileLogLevelForEvents": "Info"
"fileLogLevelForEvents": "Info",
"fileLogLevelForSystemEvents": "Info"
}
Loading
Loading