Add fileargs_lstat function to cap_fileargs casper service to be able to lstat files
while in capability mode. It can only lstat files given in fileargs_init
Submitted by: Bora Ozarslan borako.ozarslan@gmail.com
Differential D19548
Add fileargs_lstat to cap_fileargs service borako.ozarslan_gmail.com on Mar 11 2019, 8:07 PM. Authored by Tags None Referenced Files
Subscribers
Details
Add fileargs_lstat function to cap_fileargs casper service to be able to lstat files Submitted by: Bora Ozarslan borako.ozarslan@gmail.com
Diff Detail
Event Timeline
Comment Actions I did not look too closely at the caching bits. The rest looks mostly good. Some feedback below.
Comment Actions I’m not having access to phab right now so I’m answering throug the email. W dniu wt., 26.03.2019 o 01:13 emaste (Ed Maste) <
the problem isn’t the lenght. The problem is that to iterate for a first We can have separate caches. We can combine fds with the stat I’m fine with
Comment Actions Implemented a version for WITH_CASPER not defined.
Comment Actions Point. I didn't look at the timestamps or the number after D in the notification email I got from the previous comment. But the unused assignment to a local variable and the use of .Nm instead of .Sy are still both here. I also spotted something that could use editing in DESCRIPTION. I will poke the manual page when I have a moment, but someone else will have to deal with the source change as I have no way to test it. Comment Actions I know, but I used this review to signal the set-but-unused-variable problem directly to people involved. |