mirror of
https://github.com/fankes/komari-agent.git
synced 2026-03-26 21:35:12 +08:00
fix: 更新排除的驱动程序列表,添加 cirrus-qemu 和 ast
This commit is contained in:
@@ -114,6 +114,8 @@ func getFromSysfsDRM() string {
|
|||||||
"hyperv_fb": true,
|
"hyperv_fb": true,
|
||||||
"simpledrm": true,
|
"simpledrm": true,
|
||||||
"simplefb": true,
|
"simplefb": true,
|
||||||
|
"cirrus-qemu": true,
|
||||||
|
"ast": true, //some LXC containers
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, path := range matches {
|
for _, path := range matches {
|
||||||
|
|||||||
Reference in New Issue
Block a user