From 4cf77738be6fe0dc4a59fe79b0f728a49be8238b Mon Sep 17 00:00:00 2001 From: Hotty Capy <80588349+hotcapy@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:31:06 +0000 Subject: softmaker-common.profile: add fstab to private-etc When using `private-etc`, the app "forgets" its product key and asks for license activation, even though it had already been done. Allow access to "/etc/fstab" to avoid it & the related GUI error: The application cannot create a unique identifier. Please make sure the application has sufficient permissions. Fixes #5773. --- etc/profile-m-z/softmaker-common.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/softmaker-common.profile b/etc/profile-m-z/softmaker-common.profile index f130176c1..7ce6748d1 100644 --- a/etc/profile-m-z/softmaker-common.profile +++ b/etc/profile-m-z/softmaker-common.profile @@ -42,7 +42,7 @@ tracelog private-bin freeoffice-planmaker,freeoffice-presentations,freeoffice-textmaker,planmaker18,planmaker18free,presentations18,presentations18free,sh,textmaker18,textmaker18free private-cache private-dev -private-etc @tls-ca,SoftMaker +private-etc @tls-ca,fstab,SoftMaker private-tmp dbus-user none -- cgit v1.2.3-54-g00ecf