<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 29, 2021 at 1:12 AM Petr Vorel <<a href="mailto:pvorel@suse.cz">pvorel@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>
<br>
from 20210927 LTP release:<br>
> * Testcases were fixed not to expect certain users and groups to be present on the system<br>
>   - some tests were expecting bin, daemon and similar groups and users to exist on the system<br>
>   - now LTP depends only on user 'nobody' and group 'nogroup'<br>
<br>
At least some tests (e.g. fchmod02.c, chmod07.c) require other groups ('users',<br>
fallback to 'daemon' which is on AOSP):<br>
ltpgroup = SAFE_GETGRNAM_FALLBACK("users", "daemon");<br>
<br>
@Sandeep: is 'nobody' on AOSP or do we still need SAFE_GETGRNAM_FALLBACK()?</blockquote><div><br></div><div>AID_NOBODY seems to be part of the AOSP already[1], so I think that might work.</div><div>I dont have a way to test this immediately right now, so adding others who may be able</div><div>to verify in CC.</div><div><br></div><div>- ssp</div><div><br></div><div>1. <a href="https://cs.android.com/android/platform/superproject/+/master:system/core/libcutils/include/private/android_filesystem_config.h;l=183?q=AID_NOBODY">https://cs.android.com/android/platform/superproject/+/master:system/core/libcutils/include/private/android_filesystem_config.h;l=183?q=AID_NOBODY</a></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Kind regards,<br>
Petr<br>
<br>
-- <br>
Mailing list info: <a href="https://lists.linux.it/listinfo/ltp" rel="noreferrer" target="_blank">https://lists.linux.it/listinfo/ltp</a><br>
</blockquote></div></div>