mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 03:45:08 +03:00
Add TUN devices to the apparmor profile.
Allow softetherd read-write access to /dev/net/tun and /dev/tun.
This commit is contained in:
parent
ba1fa0f1db
commit
caf92e4609
3
debian/apparmor/usr.sbin.softetherd
vendored
3
debian/apparmor/usr.sbin.softetherd
vendored
@ -30,4 +30,7 @@
|
|||||||
@{PROC}/sys/kernel/osrelease r,
|
@{PROC}/sys/kernel/osrelease r,
|
||||||
@{PROC}/sys/kernel/threads-max rw,
|
@{PROC}/sys/kernel/threads-max rw,
|
||||||
@{PROC}/sys/net/ipv4/conf/all/arp_filter rw,
|
@{PROC}/sys/net/ipv4/conf/all/arp_filter rw,
|
||||||
|
|
||||||
|
/dev/net/tun rw,
|
||||||
|
/dev/tun rw,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user