Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ProfiT-HPC
aggregator
Commits
192b8e8d
Commit
192b8e8d
authored
Feb 24, 2020
by
Azat Khuziyakhmetov
Browse files
minor fix in README
parent
af990371
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
192b8e8d
...
...
@@ -37,7 +37,7 @@ The aggregator tool requires an access to the database (currently InlfuxDB). DB
-
Configure the Makefile and set at least
`SPATH`
variable and
`LDFLAGS`
variable if needed.
3.
You can move
`setuid-runner/setuid-runner`
anywhere where it is accessible by users
4.
Change the ownership of all files to
`safeuser`
and remove the access for anyone else:
`chown -R safeuser aggregator && chmod -R go-rwx aggregator`
5.
Set
**setuid**
bit of the
`setuid-runner`
binary and ownership accordingly:
`chmod u+s,a+rx setuid-runner && chown safeuser setuid-runner`
5.
Set
**setuid**
bit of the
`setuid-runner`
binary and ownership accordingly:
`chmod u
g
+s,a+rx setuid-runner && chown safeuser setuid-runner`
6.
Now in order to fetch the data call
`setuid-runner`
as you call
`data.py`
, for instance:
`./setuid-runner -t text JOBID`
## Usage
...
...
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