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

WIP: relativePathRow: Fix regular expression for validation #561

Merged
merged 3 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. relativePathRow: Fix regular expression for validation

    flatpak-override --persist option can take basically any
    string, so there isn't much to validate here, except one
    string that can break the config files, e.g. linebreaks.
    
    Closes #558
    tchx84 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7950913 View commit details
    Browse the repository at this point in the history
  2. permissions: Gracefully handle malformed overrides files

    Overrides files are not owned by Flatseal, therefore
    there's no guarantees on its contents.
    
    Closes #558
    tchx84 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    066d31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef64517 View commit details
    Browse the repository at this point in the history