Skip to content

Commit 6f8d34c

Browse files
committed
Merge branch 'master' of github.com:/cnamejj/PyProc
2 parents 62e2a71 + 1eb780b commit 6f8d34c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TEST/quick-scan-proc-for-handlers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ find /proc /proc/net/ /proc/self/ \( -name [0-9]\* -prune \) -o -print 2>/dev/nu
1212
&& !($3 == "self" && $4 == "attr") \
1313
&& $NF != "kmsg" && $NF != "kcore" && $NF != "pagemap" \
1414
&& $NF != "kpagecount" && $NF != "cpuinfo" && $NF != "sched_debug" \
15+
&& $NF != "use-gss-proxy" \
1516
' \
1617
| while read path
1718
do

0 commit comments

Comments
 (0)