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

(block cgroups

  (genfscon "proc" "/cgroups" procfile_context)

  (blockinherit .procfile.template))