Ethan Yonker | c798c9c | 2015-10-09 11:15:26 -0500 | [diff] [blame] | 1 | #!/sbin/sh |
2 | |||||
3 | # We use this shell script because the script will follow symlinks and | ||||
4 | # different trees will use different binaries to supply the setenforce | ||||
5 | # tool. Before M we use toolbox, M and beyond will use toybox. The init | ||||
6 | # binary and init.rc will not follow symlinks. | ||||
7 | |||||
8 | setenforce 0 |