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

(block locks

  (genfscon "proc" "/locks" procfile_context)

  (blockinherit .procfile.template))