Stephen Hahn wrote:
* Richard Lowe <[email protected]> [2009-10-06 04:45]:
Hey all,

I'd like code review for:
   11735 pkg history data files should not be executable

Webrev:
   http://cr.opensolaris.org/~richlowe/pkg_11735

  This fix looks good.  (I am assuming there's no standard Python
  equivalent to the S_I[RWX]* macros from sys/stat.h.)

Actually, their are, I had forgotten about that when Rich asked me to peek at this before. This should give mode 644:

stat.S_IRUSR|stat.S_IWUSR|stat.S_IRGRP|stat.S_IROTH

Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to