Re: [PATCH 0/4] import libcap from packages feed

2021-04-05 Thread Hauke Mehrtens
On 3/12/21 12:25 AM, Stijn Tintel wrote: 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 di

Re: [PATCH 0/4] import libcap from packages feed

2021-03-12 Thread Alberto Bursi
On 12/03/21 11:01, Stijn Tintel wrote: On 12/03/2021 10:50, Petr Štetiar wrote: Stijn Tintel [2021-03-12 01:25:24]: Also, I don't agree that any optional package should be moved to the packages feed. The packages feed is a mess, often PR's are accepted without maintainer approval, sometim

Re: [PATCH 0/4] import libcap from packages feed

2021-03-12 Thread Rosen Penev
On Fri, Mar 12, 2021 at 2:10 AM Stijn Tintel wrote: > > On 12/03/2021 10:50, Petr Štetiar wrote: > > Stijn Tintel [2021-03-12 01:25:24]: > > > > Hi, > > > >> Having libcap in OpenWrt base allows us to enable libcap support in > >> other packages in base. > > there is same functionality available

Re: [PATCH 0/4] import libcap from packages feed

2021-03-12 Thread Stijn Tintel
On 12/03/2021 10:50, Petr Štetiar wrote: Stijn Tintel [2021-03-12 01:25:24]: Hi, Having libcap in OpenWrt base allows us to enable libcap support in other packages in base. there is same functionality available through procd already so essentialy you're throwing away that effort, increasing

Re: [PATCH 0/4] import libcap from packages feed

2021-03-12 Thread Petr Štetiar
Stijn Tintel [2021-03-12 01:25:24]: Hi, > Having libcap in OpenWrt base allows us to enable libcap support in > other packages in base. there is same functionality available through procd already so essentialy you're throwing away that effort, increasing flash space usage etc. > In lldpd, this

Re: [PATCH 0/4] import libcap from packages feed

2021-03-11 Thread Bjørn Mork
Stijn Tintel writes: > I suspect some people might counter this by saying lldpd belongs in the > packages feed; I strongly disagree as imo LLDP is an essential service > for any network device, and especially switches. Even the cheapest > managed switches support LLDP for more than 5 years alread