Releases: containers/udica
Releases · containers/udica
Udica supports podman version 1.4.0+
- Fix udica parsing podman json file
- Unify exit codes
- Clean up the test helper
- Update .gitignore to ignore pycache dirs
- Improve parse error handling
- Get SELinux context of mountpoint from xattr
- Make base udica container part of domain attribute
Udica supports deploying policies
- Add logo for udica project.
- README: Explain the project name
- Do not reset CWD in tests
- Deploy udica policies, using ansible
- Tests for "Deploy policies using ansible" feature
- Overwrite playbook path
Updated tests and new rules in base template
- Add allow rules for container_runtime_t to base_container.cil
- Add an option for running tests with real modules
- Allow running test_main.py directly
- Update Testing section in README
Support port ranges and update tests
- Create mock selinux and semanage module
- Update testing section in README
- Add travis file for Travis CI
- Grammar fixes in the udica.8 manpage file
- Support port ranges (Resolves: #16)
- Test port ranges
Added unit tests and several bug fixes
Capability bugfixes
- Fix capability allow rules when capabilities are specified in JSON file
- Add additional SELinux allow rules to base container template to allow container to read proc_type types.
Fix invalid syntax of policy when using one template.
Invalid syntax when only using one template
Resolves#6
Add License headers to source files
- Add License headers to source files
Add support for docker containers
Udica now supports podman and also docker inspection for creating new SELinux policies
Updated x_container
- Update x_container template based on testing container related to Nvidia