UnknownSec Bypass
403
:
/
usr
/
share
/
apport
/
general-hooks
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
wayland_session.py
'''Detect if the current session is running under wayland''' import os def add_info(report, ui): if os.environ.get('WAYLAND_DISPLAY'): report.setdefault('Tags', '') report['Tags'] += ' wayland-session'
Copyright © 2025 - UnknownSec