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

Improve The Security Model #270

Merged
merged 2 commits into from
Sep 28, 2024

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    5631ef4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. [feat] Improving the Security Model

    * The IPC functionality has been modulized
    
    * Makefile and docs are updated
    
    * SWEET parser has been integrated
    
    * Daemon now looks for config file in the XDG_CONFIG_DIR correctly
    
    * Server and Daemon have been integrated using socket based IPC
    
    * Instance tracking for the server to prevent cpu load
    
    * Daemon can be lauched using the setuid bit
    
    * Event based environment refresh integrated for the server and daemon
    
    * Daemon now reads the env from the server
    
    * De-escalated thread used to execute commmands in daemon
    
    * Old IPC model has been retired
    
    * Polkit dependency has been removed
    
    * Command execution has been ported from server to daemon
    newtoallofthis123 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    694fab0 View commit details
    Browse the repository at this point in the history