rules for use -m owner --uid-ouner uid
Bug #852129 reported by
Juan Gimenez
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ufw (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
I will like to prevent any user from accessing internet, but ufw have not rules to manage it.
-A ufw-user-output -o eth+ -m owner --uid-owner 1000 -j DROP, this rule is erased in user.rules if i edit this file and write in it.
thanks.
To post a comment you must log in.
Thank you for using Ubuntu and reporting a bug. I've marked your request as Wishlist as this would be a nice feature to have.
As for user.rules, you should not edit this file directly as it is managed by ufw itself (as you saw). Instead, add any rules to one of the /etc/ufw/*.rules files. See 'man ufw' and 'man ufw-framework' for details.