Skip to content

Commit

Permalink
fix(ll-box): use /proc/<pid>/stat to find the target pid
Browse files Browse the repository at this point in the history
add a fallback for compatible with linux kernel which compiled with CONFIG_PROC_CHILDREN=false

Signed-off-by: ComixHe <[email protected]>
  • Loading branch information
ComixHe authored and dengbo11 committed Oct 25, 2024
1 parent b955f9c commit d8a9491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/linglong/src/linglong/package/uab_packager.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <QString>
#include <QUuid>

#include <filesystem>
#include <unordered_set>

namespace linglong::package {
Expand Down

0 comments on commit d8a9491

Please sign in to comment.