From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Tue, 19 Mar 2019 11:28:03 +0100 Subject: [LTP] [PATCH v2] setpriority01: Skip only PRIO_USER when unable to add test user In-Reply-To: <20190319100348.GA6204@rei> References: <20190307233154.12873-1-saravanak@google.com> <20190319083210.GB26794@dell5510> <20190319100348.GA6204@rei> Message-ID: <20190319102803.GA13634@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Cyril, > > > I still think v1 is the right approach. But if you want TCONF for only > > > for cases like Android where useradd itself isn't present, then v2 would > > > be the right patch. > > Agree with it, but waiting for Cyril approval to merge it. > As far as I can tell this patch still removes the read-only rootfs check > introduced in: Good catch, eaccess check should stay in. I'll put it back again and push, ok? Kind regards, Petr > commit 8cab24427ec4584389cd0462eb87bd9d43261861 > Author: the_hoang0709@yahoo.com > Date: Sun Apr 9 15:38:05 2017 +0700 > setpriority01: Fix failure on read-only machine > Return 32 if /etc/passwd is read-only. > Fixes: #137 > See also: #88