summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/ptykernelsysctlfile.cil
blob: 810bb3898e451c48bd7d10528942951c14558dcc (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2024 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))