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

(block mtrr

  (genfscon "proc" "/mtrr" procfile_context)

  (blockinherit .procfile.template))