Skip to content

Commit

Permalink
Default the location of rules to be rules.d (#521)
Browse files Browse the repository at this point in the history
Updates the application config to default to using the rules.d feature of fapolicyd 1.1

Closes #500
  • Loading branch information
jw3 committed Jun 30, 2022
1 parent 793a960 commit 656512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/daemon/src/fapolicyd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::error::Error::FapolicydReloadFail;
pub const TRUST_DB_PATH: &str = "/var/lib/fapolicyd";
pub const TRUST_DB_NAME: &str = "trust.db";
pub const TRUST_FILE_PATH: &str = "/etc/fapolicyd/fapolicyd.trust";
pub const RULES_FILE_PATH: &str = "/etc/fapolicyd/fapolicyd.rules";
pub const RULES_FILE_PATH: &str = "/etc/fapolicyd/rules.d";
pub const RPM_DB_PATH: &str = "/var/lib/rpm";
pub const FIFO_PIPE: &str = "/run/fapolicyd/fapolicyd.fifo";

Expand Down

0 comments on commit 656512e

Please sign in to comment.