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

Implementation of unified privileges checking for CLI commands #1504

Closed
wants to merge 6 commits into from

Commits on May 21, 2024

  1. commands: Fix using store option

    Drop from `clean` command as it is not transactional and add it to `builddep`.
    jan-kolarik committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5c8ce72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e14c0c View commit details
    Browse the repository at this point in the history
  3. locker: Move to public API

    The functionality is needed by both the library and the dnf5 app.
    jan-kolarik committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4ac705e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b47897 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. main: Implement checking of privileges before executing commands

    A single checkpoint was implemented after parsing command-line data but before downloading metadata and processing commands, ensuring unified handling of cases where commands are executed under insufficient privileges.
    jan-kolarik committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a6b109e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a0aa0 View commit details
    Browse the repository at this point in the history