Skip to content

Commit

Permalink
Update applist.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed May 1, 2024
1 parent 84de51c commit 20dd4cd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions applist.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"template": "abcdesktopio/oc.template.alpine",
"desktopfile": "/usr/share/applications/xterm.desktop",
"args": "-xrm 'XTerm*selectToClipboard:true'",
"postruncommands": [
"RUN echo \"ALL ALL=(ALL:ALL) ALL\">/etc/sudoers.d/all"
],
"postruncommands": [ "RUN echo \"ALL ALL=(ALL:ALL) ALL\">/etc/sudoers.d/all" ],
"quick": true
}, {
"acl": { "permit": [ "all" ] },
Expand All @@ -62,9 +60,7 @@
"template": "abcdesktopio/oc.template.alpine",
"desktopfile": "/usr/share/applications/org.gnome.Boxes.desktop",
"mimetype": "application/x-cd-image;",
"postruncommands": [
"RUN echo \"ALL ALL=(ALL:ALL) ALL\">/etc/sudoers.d/all"
],
"postruncommands": [ "RUN echo \"ALL ALL=(ALL:ALL) ALL\">/etc/sudoers.d/all" ],
"securitycontext": {
"allowPrivilegeEscalation": true,
"capabilities": {
Expand Down

0 comments on commit 20dd4cd

Please sign in to comment.