Minor TODO

This commit is contained in:
Pierre Krieger 2016-02-05 14:46:31 +01:00
parent 4df9586e37
commit 49b460e580

View File

@ -22,6 +22,8 @@ fn main() {
fs::copy(&path, &out_file).unwrap();
}
// TODO: check the hash of the files to make sure that they are not altered
// setting permissions of the executable
{
#[cfg(linux)] fn permissions() -> Option<Permissions> {