summaryrefslogtreecommitdiffstats
path: root/toolbox/setsebool.c
Commit message (Collapse)AuthorAgeFilesLines
* Change setsebool syntax to be consistent with other init built-ins.Stephen Smalley2012-12-131-24/+15
| | | | | | | | | | Change setsebool syntax from name=value to name value. This is to make it consistent with setprop and similar commands. Update both the init built-in command and the toolbox command for consistency. Change-Id: I2c8e016ba26731c4a2ad4a49ae3b89362bf8f8a8 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
* Extend toolbox with SE Android support.Stephen Smalley2012-02-031-0/+55
Add -Z option to ls and ps for displaying security contexts. Modify id to display security context. Add new SELinux commands: chcon, getenforce, getsebool, load_policy, restorecon, runcon, setenforce, setsebool. Change-Id: Ia20941be4a6cd706fe392fed6e38a37d880ec5f1