-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not mistake a regular user process for a namespaced one
In case there is a regular user with a process running on a system with uid falling into a namespaced uid range of another user. The user with the colliding namespaced uid range will not be allowed to be deleted without forcing the action with -f. The user_busy() is adjusted to check whether the suspected process is really a namespaced process in a different namespace.
- Loading branch information
Showing
1 changed file
with
36 additions
and
8 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