summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/ptykernelsysctlfile.cil
blob: b9580ae037624266ae7369ab150ff74c44c6fc37 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block pty

  (genfscon "proc" "/sys/kernel/pty" sysctlfile_context)

  (blockinherit .sysctlfile.kernel.template)
  (blockinherit .sysctlfile.macro_template_dirs))