Skip to content

Commit

Permalink
interface: partly revert network-control apparmor change (ee7e554)
Browse files Browse the repository at this point in the history
This commit reverts the commenting out of the rule:
```
mount options=(rw, rslave) /,
```
This was broken in apparmor 3.1.4 but got fixed in 3.1.5.
  • Loading branch information
mvo5 committed Jul 10, 2023
1 parent 2bef6c5 commit cb63090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/builtin/network_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ umount /,
capability sys_ptrace,
# 'ip netns exec foo /bin/sh'
#mount options=(rw, rslave) /, # commented out because of LP: #2023025
mount options=(rw, rslave) /,
mount options=(rw, rslave), # LP: #1648245
mount fstype=sysfs,
umount /sys/,
Expand Down

0 comments on commit cb63090

Please sign in to comment.