Activity log for bug #191113

Date Who What changed Old value New value Message
2008-02-11 23:12:35 Tudor Holton bug added bug
2008-07-02 00:59:49 Tudor Holton synplayeronline: status New In Progress
2008-07-02 00:59:49 Tudor Holton synplayeronline: importance Undecided Critical
2008-07-02 00:59:49 Tudor Holton synplayeronline: assignee tudor
2008-12-08 01:19:41 Ken McLean description Tonight the showmedia script killed the boot directory because of unquoted system commands. This meant a very painful process rebuilding the kernel and bootstrapping from scratch. This could have been avoided if the script had been running as a separate user that didn't have permissions to change any files but its own. To do this, we need to: a) Make a special user 'spo' b) Make a group 'sposys' of which spo and www-data are users. c) Make all the perl scripts owned by spo d) Make all the caches owned by the sposys group. Tonight the showmedia script killed the boot directory because of unquoted system commands. This meant a very painful process rebuilding the kernel and bootstrapping from scratch. This could have been avoided if the script had been running as a separate user that didn't have permissions to change any files but its own. To do this, we need to: a) Make a special user 'retromod' b) Make a group 'retromodsys' of which retromod and www-data are users. c) Make all the perl scripts owned by retromod d) Make all the caches owned by the retromodsys group.
2008-12-08 01:19:41 Ken McLean title SPO needs to run as a separate user Retromod needs to run as a separate user