blob: a1a27ece067189ed78f4edc040815946ba9c2a66 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001;; -*- mode: CIL; fill-column: 79; indent-tabs-mode: nil; -*-
2;; SPDX-FileCopyrightText: © 2021 Dominick Grift <dominick.grift@defensec.nl>
3;; SPDX-License-Identifier: Unlicense
4
5(block leds
6
7 ;;
8 ;; Contexts
9 ;;
10
11 (genfscon
12 "sysfs"
13 "/class/leds"
14 sysfile_file_context)
15
16 ;;
17 ;; Policy
18 ;;
19
20 (blockinherit .sysfile.class.obj_template))