Add permissions to the filesystem, preliminary permissions to the syscalls

This commit is contained in:
Jeremy Soller 2016-10-05 14:24:08 -06:00
parent 478bc20b85
commit f4a1d06f07
19 changed files with 142 additions and 20 deletions

View file

@ -2,8 +2,7 @@
extern crate syscall;
use std::fs::File;
use std::io::{Read, Write};
use std::io::Write;
use std::process::Command;
use std::{env, io, str, thread};