Update dhcpcd

This commit is contained in:
curiosityseeker 2023-04-04 13:40:59 +02:00 committed by Alex
parent de54984592
commit d963acfe15

View File

@ -43,6 +43,8 @@ profile dhcpcd @{exec_path} flags=(attach_disconnected) {
@{PROC}/sys/kernel/hostname r, @{PROC}/sys/kernel/hostname r,
@{PROC}/sys/net/ipv{4,6}/conf/** r, @{PROC}/sys/net/ipv{4,6}/conf/** r,
@{PROC}/sys/net/ipv{4,6}/conf/@{hex}/accept_ra rw, @{PROC}/sys/net/ipv{4,6}/conf/@{hex}/accept_ra rw,
@{PROC}/sys/net/ipv{4,6}/conf/@{hex}/hop_limit w,
@{PROC}/sys/net/ipv{4,6}/neigh/@{hex}/{base_reachable_time_ms,retrans_time_ms} w,
@{etc_ro}/dhcpcd.conf r, @{etc_ro}/dhcpcd.conf r,
@{etc_rw}/resolv.conf rw, @{etc_rw}/resolv.conf rw,
@{run}/dhcpcd/@{hex}.pid wk, @{run}/dhcpcd/@{hex}.pid wk,