summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-03 17:38:49 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-03 17:38:49 -0500
commit57ef142ab094e156bb25b077ce16563dfde5a8ff (patch)
treefde4c33234e973071b14826eb7cd7e3bb64e222e /Makefile
parent892d8d4914197c0ab47f397012468752196e8d02 (diff)
downloadthird_party-cobbler-57ef142ab094e156bb25b077ce16563dfde5a8ff.tar.gz
third_party-cobbler-57ef142ab094e156bb25b077ce16563dfde5a8ff.tar.xz
third_party-cobbler-57ef142ab094e156bb25b077ce16563dfde5a8ff.zip
First start of pluggable authn/authz system for remote API + web interface,
using Apache modules.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ca8f57c..6e8ac88 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ devinstall:
find /var/lib/cobbler/triggers | xargs chmod +x
chown -R apache /var/www/cobbler
chown -R apache /var/www/cgi-bin/cobbler
+ chmod -R +x /var/www/cobbler/web
sdist: clean messages updatewui
python setup.py sdist