mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-05 20:42:10 -07:00
Do not include the user's .screenrc in the apport generated crash report
Fixes LP: #1827202 (CVE-2019-7306).
This commit is contained in:
parent
48ff28b3d0
commit
67a2bed597
1 changed files with 0 additions and 1 deletions
1
debian/source_byobu.py
vendored
1
debian/source_byobu.py
vendored
|
@ -10,4 +10,3 @@ from os import path
|
|||
def add_info(report):
|
||||
attach_related_packages(report, ['byobu*', 'screen*'])
|
||||
report['Binaries'] = command_output(['sh', '-c', 'ls -alF /usr/bin/screen* /usr/bin/byobu*'])
|
||||
attach_file_if_exists(report, path.expanduser('~/.screenrc'), 'ScreenRC')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue