Skip to content

Commit 7c49b0d

Browse files
committed
Add dev.tty.legacy_tiocsti to skiplist
This sysctl setting seems to be a new feature in kernel 6.2 and we don't process it. Addressing: 230/265 Test #230: probes/sysctl/test_sysctl_probe_all.sh .............................................***Failed 0.81 sec Result file: test_sysctl_probe_all.res.out.ADW5oP Our names file: test_sysctl_probe_all.our.out.gW7nKh Sysctl names file: test_sysctl_probe_all.sysctl.out.PMtj7U Errors file: test_sysctl_probe_all.err.out.oDjUwy Diff (sysctlNames / ourNames): ------ 23d22 < dev.tty.legacy_tiocsti
1 parent 1b78367 commit 7c49b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/probes/sysctl/test_sysctl_probe_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
1111
# non root users are not able to access some kernel params, so they get excluded
1212
SYSCTL_EXCLUDE='
1313
dev.parport.parport0.autoprobe
14+
dev.tty.legacy_tiocsti
1415
fs.protected_hardlinks
1516
fs.protected_fifos
1617
fs.protected_regular

0 commit comments

Comments
 (0)