Skip to content

Commit

Permalink
profiles: loupe: add warning and disable in firecfg
Browse files Browse the repository at this point in the history
The profile currently does not include disable-common nor makes
`${HOME}` read-only, so the program can simply write to ~/.bashrc
directly[1].

This amends commit 9a0db13 ("profiles: add loupe", 2024-04-30) /
PR #6327.

[1] #6327 (review)
  • Loading branch information
kmk3 committed May 8, 2024
1 parent a6b758e commit bd3c611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions etc/profile-a-l/loupe.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include loupe.local
# Persistent global definitions
include globals.local

# Warning: This profile is currently WIP and is not very secure (see #6327).

noblacklist ${HOME}/.local/share/Trash
noblacklist ${HOME}/.Steam
noblacklist ${HOME}/.steam
Expand Down
2 changes: 1 addition & 1 deletion src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ lofromtemplate
loimpress
lollypop
lomath
loupe
#loupe # currently WIP (see #6327)
loweb
lowriter
#lrunzip # disable until we fix CLI archivers for makepkg on Arch (see discussion in #3095)
Expand Down

0 comments on commit bd3c611

Please sign in to comment.