Update dhcpcd

This commit is contained in:
curiosityseeker 2023-04-04 13:40:59 +02:00 committed by GitHub
parent d79df4442b
commit 12319fe628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,8 @@ profile dhcpcd @{exec_path} flags=(attach_disconnected) {
@{PROC}/sys/kernel/hostname 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}/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_rw}/resolv.conf rw,
@{run}/dhcpcd/@{hex}.pid wk,