summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/devicessysfile/nodedevicessysfile.cil
blob: 9ff1dd4617fece4964252e7817414eebc1ef6aa9 (plain)
1
2
3
4
5
6
7
8
9
10
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block node

  (genfscon "sysfs" "/devices/system/node" sysfile_context)

  (blockinherit .sysfile.devices.template)
  (blockinherit .sysfile.macro_template_dirs)
  (blockinherit .sysfile.macro_template_lnk_files))