search for: xensrtor

Displaying 2 results from an estimated 2 matches for "xensrtor".

Did you mean: xenstor
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
Hans van Kranenburg writes ("[PATCH 08/13] xen init script: rewrite xenstored start logic"): > -XENSTORED="$ROOT"/bin/xenstored > +# In /etc/default/xen, the user can set XENSTORED, which has to be either > +# 'xenstored' or 'oxenstored'. In here, we add the version specific path. > +if [ -n "$XENSTORED" ]; then > +
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
..." > > ... > > Yes, that way the two start-stop-daemon can be one instead, nice! > > And do you agree that exploding when an explicit choice has been made by > the user + that binary can't be started is the right thing? Yes. > If I would accidentally set 'xensrtored' as value, because I explicitely > want to run xenstored and not oxenstored, and the typo is because I'm in > a hurry because a gigantic security hole in oxenstored was found, I > don't want the init script to silently still start oxenstored, because > -x /[...]/xensrtored...