unlock fix cung client
This commit is contained in:
@@ -354,8 +354,7 @@ func (b *Blocker) checkAndKill() {
|
||||
|
||||
// 1. Always allow our app, our sub-processes, system/critical developer tools, or agent helpers
|
||||
isOurSubprocess := pid == myPid || isDescendantOf(pid, myPid)
|
||||
isAntigravity := strings.Contains(pNameLower, "antigravity")
|
||||
if isOurSubprocess || (currentExec != "" && pNameLower == currentExec) || isSystemAllowed(pNameLower) || isAntigravity {
|
||||
if isOurSubprocess || (currentExec != "" && pNameLower == currentExec) || isSystemAllowed(pNameLower) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user