1FAPOLICYD.TRUST:(5) System Administration Utilities FAPOLICYD.TRUST:(5)
2
3
4
6 fapolicyd.trust - fapolicyd's file of trust
7
9 The file /etc/fapolicyd/fapolicyd.trust contains list of trusted
10 files/binaries for the application whitelisting daemon. You may add
11 comments to the file by starting the line with a '#' character. Each
12 line has to contain three columns and space is a valid separator. The
13 first column contains full path to the file, the second is size of the
14 file in bytes and the third is valid sha256 hash.
15
16 The directory /etc/fapolicyd/trust.d can be used to store multiple
17 trust files. This way a privileged user can split the trust database
18 into multiple files and manage them separately through fapolicyd-cli.
19 Functionally, the fapolicy daemon will behave the same way as if the
20 whole trust database has been defined inside fapolicyd.trust file.
21 Syntax and semantics of trust files inside trust.d directory are the
22 same as for fapolicyd.trust file (described above). Trust files can
23 either be created manually inside trust.d directory or via fapoliā
24 cyd-cli (the latter option is recommended).
25
26
28 [root@Desktop ~]# cat /etc/fapolicyd/fapolicyd.trust
29 /home/user/my-ls 157984 61a9960bf7d255a85811f4afcac51067b8f2e4c75e21cf4f2af95319d4ed1b87
30 /home/user/my-ls2 5555 61a9960bf7d255a85811f4afcac51067b8f2e4c75e21cf4f2af95319d4ed1b87
31
32
34 /etc/fapolicyd/fapolicyd.trust - list of trusted files/binaries
35
36
38 fapolicyd(8), fapolicyd-cli(8) fapolicy.rules(5) and fapolicy.conf(5).
39
40
42 Radovan Sroka
43
44
45
46Red Hat January 2020 FAPOLICYD.TRUST:(5)