-
-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] import rules from exported rules.csv file #324
Comments
csv wouldn't be a proper format, because we'd need a delimiter to separate the fields, and it would be difficult to find one that is not used on the rules. Why do you need this feature? just to understand the necessity. |
To be able to take my configs to another linux system on dual boot. Or is there another easy solution to copy the settings over? |
The easiest way would be to zip /etc/opensnitchd/ and unzip it on the other system. The configs and rules are reloaded if they're modified on disk, so once the target file is overwritten, the daemon will reload it. |
Thanks. will try that :) |
I'll document it on the wiki, so others know it, just in case they need it. |
It might be handy to be able to import all rules from an exported rules.csv file.
The text was updated successfully, but these errors were encountered: