Skip to content

fix(yubikey): Remove hard-coded lib path in landlock rules - #507

Open
Fahrj wants to merge 1 commit into
Foxboron:masterfrom
Fahrj:libpcsclite
Open

fix(yubikey): Remove hard-coded lib path in landlock rules#507
Fahrj wants to merge 1 commit into
Foxboron:masterfrom
Fahrj:libpcsclite

Conversation

@Fahrj

@Fahrj Fahrj commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This commit removes the hard-coded library path of libpcsclite_real and instead attempts to load it via /proc/self/maps based on the location of libpcsclite, with the assumption that libpcsclite_real is in the same directory.

AI came up with this approach and it works on my Debian testing setups.

This commit removes the hard-coded library path of `libpcsclite_real`
and instead attempts to load it via `/proc/self/maps` based on the
location of `libpcsclite`, with the assumption that `libpcsclite_real`
is in the same directory.

AI came up with this approach and it works on my Debian testing setups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant