~tyhicks/psmisc:apparmor

Last commit made on 2017-02-24
Get this branch:
git clone -b apparmor https://git.launchpad.net/~tyhicks/psmisc
Only Tyler Hicks can upload to this branch. If you are Tyler Hicks please log in for upload directions.

Branch merges

Branch information

Name:
apparmor
Repository:
lp:~tyhicks/psmisc

Recent commits

8b1837d... by Tyler Hicks

WIP: pstree: add AppArmor support

a9e91f3... by Craig Small <email address hidden>

nls: update po files ready for distribution

10aaac4... by Craig Small <email address hidden>

pstree: some minor code cleanups

39620f6... by Radu Rendec

Avoid possible crash and memory leak in killall

In the case of a command line match, load_proc_cmdline would return a
pointer that was not obtained from malloc, which then would be freed in
kill_all. This behavior could result in a SIGSEGV.

In the case of an empty command line, load_proc_cmdline would return -1,
causing its internal buffer to be leaked in kill_all.

Signed-off-by: Radu Rendec <email address hidden>
Signed-off-by: Craig Small <email address hidden>

18f74e2... by Craig Small <email address hidden>

Add some Debian references to changelog

41e43a3... by Craig Small <email address hidden>

Merge branch 'master' into 'master'

Updating manpage info about fuser not seeing other users' files.

Not a bug but a limitation.

See merge request !4

e7de7ec... by Craig Small <email address hidden>

Update README.md

5d708c5... by Jan Rybar <email address hidden>

Updating manpage info about fuser not seeing other users' files.
Not a bug but a limitation.

c141525... by Craig Small <email address hidden>

pstree: document hide threads option in manpage

The previous commit added the -T option to pstree to hide
threads. The man page has been updated to suit.

References:
 commit b9bd5efe2c5f894e25719bbbe9e25879afe5714b

Signed-off-by: Craig Small <email address hidden>

b9bd5ef... by Craig Small <email address hidden>

Merge branch 'hide_threads' into 'master'

Add option --hide-threads (-T) to hide threads from display

On desktop systems, there will usually be a gazillion of threads
(hello chrome!) that clutter the display. Add an option to optionally
hide these from showing up at all.

PS: Fwiw, I'd personally prefer to have threads hidden by default. If that's desired, I can update the patch to reverse the logic.

Cheers,
Christoph

See merge request !3