<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 16, 2022 at 5:54 PM Cyril Hrubis <<a href="mailto:chrubis@suse.cz">chrubis@suse.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
> --- a/testcases/kernel/syscalls/getrusage/getrusage03.c<br>
> +++ b/testcases/kernel/syscalls/getrusage/getrusage03.c<br>
> @@ -193,4 +193,8 @@ static struct tst_test test = {<br>
>       .setup = setup,<br>
>       .test = run,<br>
>       .tcnt = ARRAY_SIZE(testfunc_list),<br>
> +     .caps = (struct tst_cap []) {<br>
> +             TST_CAP(TST_CAP_REQ, CAP_IPC_LOCK),<br>
> +             {}<br>
> +     },<br>
>  };<br>
<br>
I wonder if we should start to track the capabilities like this instead<br>
of the .needs_root approach. I guess that it may be useful to keep<br>
things granular in the future.<br></blockquote><div><br></div>I think yes, Linux Capabilities makes it possible for specific privileges<span class="gmail_default" style="font-size:small"> to</span></div><div class="gmail_quote">the test process, and avoid <span class="gmail_default" style="font-size:small">that </span>.needs_root limited many tests scenario</div><div class="gmail_quote"><div class="gmail_default" style="font-size:small">to skip directly with non-root users. Especially beneficial for running LTP</div><div class="gmail_default" style="font-size:small">in the docker with only part of root privileges for reasons like strict security</div><div class="gmail_default" style="font-size:small">verification.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>