Add example apparmor profile (ticket #1092)

This commit is contained in:
kytv
2015-02-18 21:38:25 +00:00
parent ece2f1484c
commit bb9cef1e40
4 changed files with 113 additions and 2 deletions

View File

@@ -129,6 +129,7 @@
and the izpack docs for some guidance.
-->
<parsable targetfile="$INSTALL_PATH/wrapper.config" type="plain" />
<parsable targetfile="$INSTALL_PATH/scripts/home.i2p.i2prouter" type="plain"> <os family="unix" /> </parsable>
<parsable targetfile="$INSTALL_PATH/i2prouter" type="shell"> <os family="unix" /> </parsable>
<parsable targetfile="$INSTALL_PATH/eepget" type="shell"> <os family="unix" /> </parsable>
<parsable targetfile="$INSTALL_PATH/eepget.bat" type="shell" os="windows" />

View File

@@ -111,10 +111,11 @@ if [ ! `echo $HOST_OS |grep osx` ]; then
rm -f *i2p_service_osx.command
rm -f net.i2p.router.plist.template
#rm -f I2P\ Router\ Console.webloc
else
# The example apparmor profile is useless on OSX
rm -f ./scripts/home.i2p.i2prouter
fi
# no, let's not start the router from the install script any more
# ./i2prouter start
rm -f ./osid
rm -f ./postinstall.sh
exit 0