1FAGENRULES(8) System Administration Utilities FAGENRULES(8)
2
3
4
6 fagenrules - a script that merges component fapolicyd rule files
7
9 fagenrules [--check] [--load]
10
12 fagenrules is a script that merges all component fapolicyd rules files,
13 found in the fapolicyd rules directory, /etc/fapolicyd/rules.d, placing
14 the merged file in /etc/fapolicyd/compiled.rules. Component fapolicyd
15 rule files, must end in .rules in order to be processed. All other
16 files in /etc/fapolicyd/rules.d are ignored.
17
18 The files are concatenated in order, based on their natural sort (see
19 -v option of ls(1)) and stripped of empty and comment (#) lines.
20
21 The generated file is only copied to /etc/fapolicyd/compiled.rules, if
22 it differs.
23
25 --check
26 test if rules have changed and need updating without overwriting
27 compiled.rules.
28
29 --load load old or newly built rules into the daemon.
30
31
33 /etc/fapolicyd/rules.d/ /etc/fapolicyd/compiled.rules
34
36 fapolicyd.rules(5), fapolicyd-cli(1), fapolicyd(8).
37
38
39
40Red Hat Nov 2021 FAGENRULES(8)