diff options
| author | Roy Marples <roy@marples.name> | 2020-06-02 17:48:34 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-06-02 17:48:34 +0100 |
| commit | b8ed6cdf7919b1fc406634ccd043b1a995c89921 (patch) | |
| tree | 2c6e067fa0bb59e1fb9f439c1ef2cdcb5a0ec699 /src/privsep.h | |
| parent | d3de73d80c7f307bab0278162ff81c3731ac2ce7 (diff) | |
| download | dhcpcd-b8ed6cdf7919b1fc406634ccd043b1a995c89921.tar.xz | |
privsep: Access the RDM monotic file via IPC
As we can't get at it in the chroot.
While here, harden the file.
Diffstat (limited to 'src/privsep.h')
| -rw-r--r-- | src/privsep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/privsep.h b/src/privsep.h index 93058225..f1fee41e 100644 --- a/src/privsep.h +++ b/src/privsep.h @@ -49,6 +49,7 @@ #define PS_READFILE 0x0014 #define PS_WRITEFILE 0x0015 #define PS_FILEMTIME 0x0016 +#define PS_AUTH_MONORDM 0x0017 /* BSD Commands */ #define PS_IOCTLLINK 0x0101 |
