NordSecurity / nordvpn-linux

NordVPN Linux client
GNU General Public License v3.0
307 stars 44 forks source link

Use sudo to execute ldconfig for deb postinst script #632

Closed devzbysiu closed 1 month ago

devzbysiu commented 1 month ago

The whole script is run with Effective User ID 0, but the sudo was required to be used to refresh linker cache in deb postinstall script. It was not needed for rpm package.

devzbysiu commented 1 month ago

Closing. This isn't sufficient solution