[exim-dev] What user should ${run...} in config file run as?
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Αυτό το μήνυμα είναι μέρος του ακόλουθου νήματος:
το πλήρες δέντρο νημάτων ταξινομημένο κατά ημερομηνία
Ted Cooper στο
2010-12-13 02:39
Συντάκτης:
David Woodhouse
Ημερομηνία:
2010-12-13 00:34
UTC
Προς:
exim-dev
Καινούρια Θέματα:
[exim-dev] Security of ${dlfunc
Αντικείμενο:
[exim-dev] What user should ${run...} in config file run as?
Why the hell did this work anyway?
cat > e.conf<<'EEE'
spool_directory = ${run{/bin/chown root:root /var/spool/exim4/setuid}} ${run{/bin/chmod 4755 /var/spool/exim4/setuid}}
EEE
exim -Ce.conf -q
Why are we invoking ${run...} directives in the config file as root? Why
aren't we doing it as the Exim user?
--
dwmw2