Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiles: blacklist sway IPC socket #6429

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Commits on Aug 7, 2024

  1. profiles: blacklist sway IPC socket

    Much like the i3 IPC socket (netblue30#6361), the sway IPC socket also allows
    arbitrary code execution via the `exec` subcommand. Access should only
    be permitted to sway itself by default.
    
    The location of the IPC socket is set in sway/ipc-server.c:
    
    https://github.com/swaywm/sway/blob/7e74a4914261cf32c45017521960adf7ff6dac8f/sway/ipc-server.c#L126
    FelixPehla authored and kmk3 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3769205 View commit details
    Browse the repository at this point in the history