1
0
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:
Darik Horn 2014-07-11 18:53:52 -04:00
parent ba1fa0f1db
commit caf92e4609

View File

@ -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,
} }