divestedcg / Brace

Toolkit compatible with multiple Linux distros that allows for installation of handpicked applications, along with corresponding configs that have been tuned for reasonable privacy and security.
GNU Affero General Public License v3.0
51 stars 5 forks source link

KDE Notifications and Clip History broken on restart #7

Open lucasmz-dev opened 2 weeks ago

lucasmz-dev commented 2 weeks ago

file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/main.qml: Operação não permitida

file:///usr/share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/main.qml: Operação não permitida

"Operation not allowed" *

SkewedZeppelin commented 2 weeks ago

did you setup fapolicyd? it can cause blocks like that, not all files get exempted correctly by the filter.

lucasmz-dev commented 2 weeks ago

Oh yep. I guess don't run that then?

SkewedZeppelin commented 2 weeks ago

you can add an exception, eg.:

fapolicyd-cli --file add /usr/share/git-core/ --trust-file git
fapolicyd-cli --file add /usr/share/gnome-shell/ --trust-file gnome-shell
fapolicyd-cli --update

or custom rules, eg.

nano /etc/fapolicyd/rules.d/29-exceptions.rules
allow perm=any uid=admin : dir=/tmp/ trust=0
fagenrules --load