execpolicy: add host_executable() support

This commit is contained in:
Michael Bolin
2026-02-27 11:05:47 -08:00
parent bc0a5843df
commit e7cf04363a
14 changed files with 901 additions and 35 deletions

View File

@@ -2,6 +2,7 @@ pub mod amend;
pub mod decision;
pub mod error;
pub mod execpolicycheck;
mod executable_name;
pub mod parser;
pub mod policy;
pub mod rule;
@@ -18,6 +19,7 @@ pub use error::TextRange;
pub use execpolicycheck::ExecPolicyCheckCommand;
pub use parser::PolicyParser;
pub use policy::Evaluation;
pub use policy::MatchOptions;
pub use policy::Policy;
pub use rule::NetworkRuleProtocol;
pub use rule::Rule;