Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
maruska
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daan Sprenkels
maruska
Commits
d3e4d7d4
Commit
d3e4d7d4
authored
Oct 30, 2020
by
Daan Sprenkels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme: Add a note about sandbox security; NFC
parent
5f43c291
Pipeline
#46329
passed with stage
in 2 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README.md
README.md
+11
-0
No files found.
README.md
View file @
d3e4d7d4
...
...
@@ -26,6 +26,17 @@ cargo uninstall maruska
Cargo currently has no support for "regular" upgrading of installed packages.
You can force a reinstall, however, using:
## Security
A user running maruska can request the help screen.
`man`
will use the system
preferred pager program (set by
`$PAGER`
and
`$MANPAGER`
). If this is set to
`less`
, the user can execute any command by default.
If you intend to sandbox this program, to allow usage for anonymous users, make
sure that you _completely_ sandbox the process tree and file system. The user
can run arbitrary code through the maruska process, and maruska is not designed
to provide any security to prevent this.
```
shell
cargo
install
--force
--git
https://gitlab.science.ru.nl/dsprenkels/maruska.git
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment