diff options
author | Simon Dawson <spdawson@gmail.com> | 2012-11-30 07:56:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-30 11:48:52 -0800 |
commit | e2af1822252af1a70a5b199921ede15572b46d0e (patch) | |
tree | f887d8561be6a516a9e8ae1ac348d88dda705fa1 /system | |
parent | 82583bf4b7765df6edad45aaec0aba0ddbd571a7 (diff) | |
download | buildroot-novena-e2af1822252af1a70a5b199921ede15572b46d0e.tar.gz buildroot-novena-e2af1822252af1a70a5b199921ede15572b46d0e.zip |
Add /var/www to device table
The /var/www directory is listed in /etc/passwd in the skeleton target
filesystem as the home directory of the www-data user (uid 33).
In the final target filesystem, /var/www should be owned by www-data. This
is important for the lighttpd package, for example.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'system')
-rw-r--r-- | system/device_table.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/device_table.txt b/system/device_table.txt index fc397a90c..421728b08 100644 --- a/system/device_table.txt +++ b/system/device_table.txt @@ -10,6 +10,7 @@ /tmp d 1777 0 0 - - - - - /etc d 755 0 0 - - - - - /home/default d 2755 1000 1000 - - - - - +/var/www d 755 33 33 - - - - - /etc/shadow f 600 0 0 - - - - - /etc/passwd f 644 0 0 - - - - - /etc/network/if-up.d d 755 0 0 - - - - - |