File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,18 @@ $> sudo setcap cap_sys_admin+ep /${your-omnetpp-root}/bin/opp_run_dbg
14
14
To remove extra privileges after you're finished using network namespaces, use the following commands:
15
15
16
16
$> sudo setcap -r /${your-omnetpp-root}/bin/opp_run_release
17
- $> sudo setcap -r /${your-omnetpp-root}/bin/opp_run_dbg
17
+ $> sudo setcap -r /${your-omnetpp-root}/bin/opp_run_dbg
18
+
19
+ On Ubuntu systems which use apparmor additional configuration is required:
20
+
21
+ Copy the opp_run apparmor profile:
22
+
23
+ $> sudo cp opp_run /etc/apparmor.d
24
+
25
+ Enable the new opp_run apparmor profile:
26
+
27
+ $> sudo aa-enforce /etc/apparmor.d/opp_run
28
+
29
+ If you later edit the opp_run apparmor profile you can reload it:
30
+
31
+ $> sudo apparmor_parser -r /etc/apparmor.d/opp_run
You can’t perform that action at this time.
0 commit comments