About Project
UFW app profile written in pure rust.
Implementation:
= "" #check latest version above
Or
cargo add ufwprofile
Example
if check_write_permission
// alternatively you can call x.try_write() which just writes the file
// at /etc/ufw/applications.d and not enable/disable the profile.
Drawbacks
This is hardcoded dependency
- The config file is hardcoded.
- The path is assumed to be
/etc/ufw/applications.d
Changelog
check CHANGELOG.md