Skip to content
Snippets Groups Projects

add fine grained network mediation support

Merged Georgia Garcia requested to merge georgiag/apparmor:fine-grained-net2 into master
2 unresolved threads

Similar to !1095, but this time simplified. This version removes support for ip and port ranges and subnets. This can be added later.

It also contains an updated version of the network layout required by the kernel side of AppArmor.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 #! /bin/bash
2 #Copyright (C) 2022 Canonical, Ltd.
3 #
4 #This program is free software; you can redistribute it and/or
5 #modify it under the terms of the GNU General Public License as
6 #published by the Free Software Foundation, version 2 of the
7 #License.
8
9 #=NAME posix_mq
10 #=DESCRIPTION
11 # This test verifies if mediation of posix message queues is working
Please register or sign in to reply
Loading