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

(block cgroups

  (genfscon "proc" "/cgroups" procfile_context)

  (blockinherit .procfile.template))