You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not creating directories can result in security issues, so oftentimes directories need to be created and this creates a lot of boilerplate profile code.
It would be nice to reduce this boilerplate by combining it into one directive.
Describe the solution you'd like
I propose either one of two things:
whitelist-mkdir ${HOME}/.ccnet
or
whitelist+ ${HOME}/.ccnet
The + I think works better because the option blacklist-nolog would then become blacklist-mkdir-nolog. It is a bit cleaner to just have blacklist-nolog+.
The text was updated successfully, but these errors were encountered:
kmk3
changed the title
Create directories automatically with "whitelist" / "blacklist" using special syntax to reduce boilerplate
Special syntax to reduce boilerplate
Sep 2, 2024
kmk3
changed the title
Special syntax to reduce boilerplate
Multi-command syntax to reduce boilerplate
Sep 10, 2024
Is your feature request related to a problem? Please describe.
Not creating directories can result in security issues, so oftentimes directories need to be created and this creates a lot of boilerplate profile code.
Example from seafile-applet.profile:
It would be nice to reduce this boilerplate by combining it into one directive.
Describe the solution you'd like
I propose either one of two things:
or
The
+
I think works better because the optionblacklist-nolog
would then becomeblacklist-mkdir-nolog
. It is a bit cleaner to just haveblacklist-nolog+
.The text was updated successfully, but these errors were encountered: