summaryrefslogtreecommitdiff
path: root/plugins/noroot.xml
blob: 7e744ef15ef42c9a4e94a3d4db5542a12edaa519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" ?>
<plugin
	author="René 'Necoro' Neumann"
	name="No Root">
	<import>portato.plugins.noroot</import>

	<hook
		hook = "am_i_root"
		call = "i_am_root">
		<connect type="override" />
	</hook>
</plugin>