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

(block softirqs

  (genfscon "proc" "/softirqs" procfile_context)

  (blockinherit .procfile.template))