-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the uid/gid checks from the procfs code entirely. (#450)
As a followup to #444, remove the uid/gid checks from the procfs code entirely. Procfs files can have their owner changed to root:root under `PR_SET_DUMPABLE`, and root can be remapped to nobody by user namespaces. This check wasn't guarding against a known problem, and it's complex to make sure it doesn't spuriously fail under any vald configuration, so just remove it.
- Loading branch information
1 parent
cb783e0
commit eb86008
Showing
1 changed file
with
17 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters