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

(block mtrr

  (genfscon "proc" "/mtrr" procfile_context)

  (blockinherit .procfile.template))