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

(block kallsyms

  (genfscon "proc" "/kallsyms" procfile_context)

  (blockinherit .procfile.template))