Returns the value of this.rootPriv @return true if console "has root privileges", false if otherwise. @author Allison Smith (Cyanite)
()
| 188 | * @author Allison Smith (Cyanite) |
| 189 | */ |
| 190 | public boolean hasRootPrivs() { |
| 191 | return this.rootPriv; |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * "Simply" runs a command. Yep. |
no outgoing calls
no test coverage detected