You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a daemon to manage rules generated by system events (similar to what is described in https://usbguard.github.io/blog/2017/Screen-Locking). Some of the rules have different origins and I'd like to easily be able to query rules matching an origin. This could be in the form of a tag (arbitrary string) associated with the rule. Looking around, iptables implements a similar idea with the comments option (--comment).
I'm happy to follow up with the implementation, I'd like first some feedback on the desired approach.
The text was updated successfully, but these errors were encountered:
I am writing a daemon to manage rules generated by system events (similar to what is described in https://usbguard.github.io/blog/2017/Screen-Locking). Some of the rules have different origins and I'd like to easily be able to query rules matching an origin. This could be in the form of a tag (arbitrary string) associated with the rule. Looking around, iptables implements a similar idea with the comments option (--comment).
I'm happy to follow up with the implementation, I'd like first some feedback on the desired approach.
The text was updated successfully, but these errors were encountered: