Add the / symbol to the sysctl parsing pattern
authorAlexander Popov <alex.popov@linux.com>
Sun, 13 Aug 2023 19:39:11 +0000 (22:39 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 13 Aug 2023 19:39:11 +0000 (22:39 +0300)
commite2ecf1ab64d1f4193eddff47df362afce2385c09
tree758b885dea9a0bf1c79b3490ae37a3f135cb5810
parent8a9014f801896f6257883015a36d77acab52b14d
Add the / symbol to the sysctl parsing pattern

The GitHub Actions virtual machine has such a sysctl:
  fs.binfmt_misc.llvm-14-runtime/binfmt = enabled

This example shows that sysctl names may contain the / symbol.
kconfig_hardened_check/__init__.py