]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Disable RLIMIT_FSIZE when using the logfile option
authorRoy Marples <roy@marples.name>
Wed, 10 Jun 2020 06:04:29 +0000 (07:04 +0100)
committerRoy Marples <roy@marples.name>
Wed, 10 Jun 2020 06:04:29 +0000 (07:04 +0100)
commit465558f429c881d4fe5f818d09c00847e8399c94
tree6d8a6f8e9ecfec8284d143ba9737fd6c9fdb8871
parentebae898cfe5a4eaf0ee8b46d978bd217e336eb55
privsep: Disable RLIMIT_FSIZE when using the logfile option

We cannot offload it to the root process either because not all
sandboxes have access to that.....
Really need to fix syslog so that it starts before dhcpcd.
src/privsep.c