Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcap: Update to version 2.63 | Hauke Mehrtens | 2022-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | The sizes of the ipk changed on MIPS 24Kc like this: 11248 libcap_2.51-1_mips_24kc.ipk 14461 libcap_2.63-1_mips_24kc.ipk 18864 libcap-bin_2.51-1_mips_24kc.ipk 20576 libcap-bin_2.63-1_mips_24kc.ipk Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||||
* | libcap: import from packages feed | Stijn Tintel | 2021-04-05 | 1 | -0/+10 |
Having libcap in OpenWrt base allows us to enable libcap support in other packages in base. In lldpd, this would allow the monitor process to drop its privileges instead of running as root, improving security. It will also allow us to drop our patch to disable libcap. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> |