Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Plasma
KDE GTK Configurator
Merge requests
!57
xsettings: restrict `pidof` to own processes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fushan Wen
requested to merge
work/fuf/pgrep
into
master
Feb 20, 2023
Overview
0
Commits
1
Pipelines
5
Changes
1
pidof can potentially return a pid from other users. Use pgrep -U instead.