Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial does not work on Fedora 25 - SELinux ? #7

Open
cyplo opened this issue Apr 25, 2017 · 2 comments
Open

Tutorial does not work on Fedora 25 - SELinux ? #7

cyplo opened this issue Apr 25, 2017 · 2 comments

Comments

@cyplo
Copy link

cyplo commented Apr 25, 2017

Hello !
I tried to follow the tutorial on Fedora 25, default installation.
I believe docker needs additional mount flag to behave properly on SELinux systems -Z
Not sure what does this flag do if the systems is not SELinux-enabled tbh, can find out.

I can try writing a PR for the docs to mention that case, please let me know if that would be ok.

thanks a lot and have a great day !

docker run -v $(pwd):/source -it corey/afl.rs sh
# cargo build
error: could not find `Cargo.toml` in `/source` or any parent directory
# pwd
/source
# ls -hal
ls: cannot open directory '.': Permission denied
docker run -v $(pwd):/source:Z -it corey/afl.rs sh
# ls -hal     
[works]
@frewsxcv
Copy link
Member

frewsxcv commented May 8, 2017

cargo-fuzz is the preferred way to fuzz with Rust now (instead of afl.rs)

i've been slowly updating this book to add a section for cargo-fuzz: https://rust-fuzz.github.io/book/

let me know if that ends up working for you or if you run into any issues

@cyplo
Copy link
Author

cyplo commented May 11, 2017

Heyo, thank you for that ! Will try and let you know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants