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

(block kallsyms

  (genfscon "proc" "/kallsyms" procfile_context)

  (blockinherit .procfile.template))