1
FengMubai 2022-09-01 12:31:25 +08:00 1
禁止访问 Users 目录, 路径自己改
``` { "ver":"5.0", "tag":"hipsuser", "data":[ { "id":2, "power":1, "name":"Fuck QQ", "procname":"?:\\Program Files\\WindowsApps\\*\\QQ\\Bin\\*.exe", "treatment":3, "policies":[ { "montype":1, "action_type":15, "res_path":"?:\\Users\\*" } ] } ] } ``` 例外规则 ``` { "ver":"5.0", "tag":"hipsuser_auto", "data":{ "?:\\Program Files\\WindowsApps\\*\\QQ\\bin\\*":[ { "res_path":"?:\\Users\\*\\AppData\\Local\\Temp\\*", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\Tencent Files\\*", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\Downloads\\*", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\AppData\\LocalLow\\Microsoft\\*", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\AppData\\Roaming\\Microsoft\\Crypto\\*", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\desktop.ini", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\AppData\\Local\\Microsoft\\Windows\\*", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\Tencent\\*", "montype":1, "action_type":15, "treatment":0 }, { "res_path":"?:\\Users\\*\\QQ\\*", "montype":1, "action_type":15, "treatment":0 } ] } } ``` |
2
tLbf2p3UC4BM3H1N 2022-09-01 13:45:57 +08:00
写个自动规则,只允许访问 tencent 系文件夹,其他的一律拒绝。
|