[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
Ez az üzenet a következő szál része:
a teljes szál-fa dátum szerinti rendezve
Ted Cooper postázva
2010-12-13 02:39
Szerző:
David Woodhouse
Dátum:
2010-12-13 00:34
UTC
Címzett:
exim-dev
Új témák:
[exim-dev] Security of ${dlfunc
Tárgy:
[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