rapido-linux / rapido

Quickly test Linux kernel changes
GNU Lesser General Public License v2.1
22 stars 22 forks source link

fstests: support tests calling "su" #171

Closed ddiss closed 1 year ago

ddiss commented 2 years ago

xfstests has a bunch of tests which run commands as other users via su -c ..., for quotas, etc. su calls currently fail on fstests images due to lack of the binary and pam configuration. I hope we can address this issue without pulling in all of the pam bells and whistles.

ddiss commented 2 years ago

I'd like to improve our fstests coverage, so will do some fumbling around with PAM to hopefully get this working soon. I noticed that ltp is also in need of this.

ddiss commented 1 year ago

https://github.com/rapido-linux/rapido/pull/203 implements this functionality.

ddiss commented 1 year ago

203 implements this functionality.

Merged \o/