Davin Shearer
Davin Shearer
Hi, I'm trying to use the docker-compose provisioner, but I need to use a proxy. I have configured the proxy settings in the VM using the vagrant proxyconf plugin. ```...
This is a great project, and I was wondering if there is an automated testing system (or one planned) for running test cases against fapolicyd?
I just built and installed fapolicyd via an RPM ($ sudo yum install -y /home/scholarsmate/rpmbuild/RPMS/x86_64/fapolicyd-1.0.1-1.x86_64.rpm). Everything is stock, except I created a rule to deny (with audit) /usr/local/bin/xz. The details...
This is an enhancement proposal. For tooling, rule migration, and interoperability say in a cluster running different versions of fapolicyd, it would be extremely beneficial to know what rule specs...
I'm working on building a tool to automate whitelist generation, but to support this, the rules need to be ordered such that there are 3 rule sets, namely user-specific, group-specific...
This is a feature request to add a rule capability for dynamically using a user's home directory as a discriminator. For example, if I want to allow all users to...
In the fapolicyd.conf(5) man page, we see this text: ``` watch_fs This is a comma separated list of file systems that should be watched for access permission. No attempt is...
The core gRPC C++ implementation has first-class support for Unix Domain Sockets (UDS). Any chance of having UDS support in this project?
### Feature request A component that works like standard HTML `input type="number"` to accept numeric inputs. ### Expected behavior The input component accepts numerics. ### Current behavior There is currently...
### Feature request VS Code component for the standard HTML `optgroup` element for organizing `vscode-dropdown` `vscode-options`. ### Expected behavior To be able to organize `vscode-options` in a `vscode-dropdown` using `vscode-optgroup`...