move ls selinux functionality to a plugin

This commit is contained in:
Solomon Victorino
2024-12-16 15:48:31 -07:00
parent ee513e4630
commit c4cc6b6a90
20 changed files with 370 additions and 141 deletions

View File

@ -139,6 +139,7 @@ mod tests {
let call = EvaluatedCall {
head: Span::test_data(),
positional: vec![],
has_positional_args: false,
named: vec![],
};
@ -168,6 +169,7 @@ mod tests {
let call = EvaluatedCall {
head: Span::test_data(),
positional: vec![],
has_positional_args: false,
named: vec![],
};