Re: Run a script with cap_net_bind_service - mission impossible.

2014-09-16 Thread Junien Fridrick
On Mon, Sep 15, 2014 at 01:07:03PM +, Aleksei Besogonov wrote: > Hi! Hi, > > It seems that it's totally impossible to start a script with > cap_net_bind_service capability and as a non-root user without modifying > system-wide settings. > > I've trawled the Net for a solution that should be

[PATCH] [next-20140808] [staging] [lustre] Fix coding style in llite/remote_perm.c

2014-08-09 Thread Junien Fridrick
Sorry for the noise, this is part of task 10 of the Eudyptula Challenge. Signed-off-by: Junien Fridrick --- drivers/staging/lustre/lustre/llite/remote_perm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/remote_perm.c b/drivers/staging

[PATCH v2] staging: lustre: fix coding style issue: missing space after 'if'

2014-08-10 Thread Junien Fridrick
Coding style issue reported by checkpatch.pl Signed-off-by: Junien Fridrick --- This patch is part of task 10 of the eudyptula challenge Applies to next-20140808 v2 : fixed patch short summary and description drivers/staging/lustre/lustre/llite/remote_perm.c | 2 +- 1 file changed, 1

[PATCH trivial] Documentation: ABI/testing: Spelling s/calss/class/

2014-08-12 Thread Junien Fridrick
Signed-off-by: Junien Fridrick --- Documentation/ABI/testing/sysfs-class-net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-class-net b/Documentation/ABI/testing/sysfs-class-net index d322b05..e1b2e78 100644 --- a/Documentation/ABI/testing

[PATCH] staging: lustre: fix sparse warning for static declarations

2014-10-25 Thread Junien Fridrick
declared. Should it be static? drivers/staging/lustre/lnet/lnet/router_proc.c:428:5: warning: symbol 'proc_lnet_peers' was not declared. Should it be static? drivers/staging/lustre/lnet/lnet/router_proc.c:660:5: warning: symbol 'proc_lnet_nis' was not declared. Should it be