diff options
author | Kevin Tian <kevin.tian@intel.com> | 2011-01-26 19:44:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:40 +0000 |
commit | ab3161839a082547f64093eaf8a1e2d48db840e5 (patch) | |
tree | 87627b6f35b928ff00441f42059cc43bcf045cde /meta/recipes-gnome/gnome | |
parent | ede0009e7c30e22b0c41a648ec082b1fad013000 (diff) | |
download | openembedded-core-ab3161839a082547f64093eaf8a1e2d48db840e5.tar.gz openembedded-core-ab3161839a082547f64093eaf8a1e2d48db840e5.tar.bz2 openembedded-core-ab3161839a082547f64093eaf8a1e2d48db840e5.tar.xz openembedded-core-ab3161839a082547f64093eaf8a1e2d48db840e5.zip |
at: allow normal user to use 'at'
fix [BUGID #675]
Similar to previous cronie changes, so far 'at' environment is also not
complete and only root user could trigger delayed tasks. Similar permission
changes are required for:
/etc/at.deny
/usr/bin/at
/var/spool/at/
/usr/bin/at is setgid to 'daemon', to differentiate with cronie. So move
'at' out of 'cron' (/var/spool/cron/at -> /var/spool/at)
another fix is to rename /etc/init.d/at to atd which is more widely used
in other distros (also required by LTP test cases)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
0 files changed, 0 insertions, 0 deletions