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

(block lockdep

  (genfscon "proc" "/lockdep" procfile_context)

  (blockinherit .procfile.template))