Re: Adding capability control into the `run' script comparison page

2016-12-05 Thread Casper Ti. Vector
Many thanks :)

On Tue, Dec 06, 2016 at 12:53:14AM +, Jonathan de Boyne Pollard wrote:
> * http://jdebp.eu./Softwares/nosh/guide.html

-- 
My current OpenPGP key:
RSA4096/0x227E8CAAB7AA186C (expires: 2020.10.19)
7077 7781 B859 5166 AE07 0286 227E 8CAA B7AA 186C



Re: Adding capability control into the `run' script comparison page

2016-12-05 Thread Jonathan de Boyne Pollard

Casper Ti. Vector:

the docs are in tarballs on jdebp.eu


* http://jdebp.eu./Softwares/nosh/guide.html



Re: How to trap ctrl-alt-del?

2016-12-05 Thread Jean Louis
Thank you. How could I forget simple permissions? Now I am using it
that way.

On Thu, Dec 01, 2016 at 06:15:48PM +, Laurent Bercot wrote:
> > The s6-poweroff is for root user, and I have users who wish to
> > poweroff, and I don't want to give them sudo rights to power off the
> > computer. That is why I am searching for simple solution.
> 
>  Create a "poweroff" group.
>  Add all the users you want to that group.
>  chown root:poweroff /bin/s6-poweroff
>  chmod 4750 /bin/s6-poweroff
> 
>  Now, all users in the group "poweroff" have the right to call
> s6-poweroff. They don't have any other privileges.
> 
> --
>  Laurent
> 


Re: Adding capability control into the `run' script comparison page

2016-12-05 Thread Casper Ti. Vector
Sorry, my fault.  I read the page in a hurry, and thought the page did
not contain ulimit when the reply said capability control was not
involved in your page.  Impatience is really a sin :(

Nevertheless, if you do plan to create a separate page for cgroup
support, I think a brief introduction of chainloading with reference to
already employed capability control chainloaders (ulimit, user/group...)
in the init script comparison page would, to some extent, prepare the
impatient reader for the contents to come.

On Mon, Dec 05, 2016 at 09:31:20AM +, Jonathan de Boyne Pollard wrote:
> An irony here is that the page *already contains* two entire sets of 
> examples that set memory resource limits, using daemontools, 
> daemontools-encore, freedt, perp, s6, and nosh tools.

-- 
My current OpenPGP key:
RSA4096/0x227E8CAAB7AA186C (expires: 2020.10.19)
7077 7781 B859 5166 AE07 0286 227E 8CAA B7AA 186C



Re: Adding capability control into the `run' script comparison page

2016-12-05 Thread Jonathan de Boyne Pollard

Casper Ti. Vector:

one example for ulimit


An irony here is that the page *already contains* two entire sets of 
examples that set memory resource limits, using daemontools, 
daemontools-encore, freedt, perp, s6, and nosh tools.