Merge from trunk revision 1607: abstractions/user-download:

- fix typo for Desktop (should be Desktop/)
  - require owner match
  - allow writes to @{HOME}/[dD]ownload{,s}

Nominated-by: Jamie Strandboge <jamie@canonical.com>
Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
Steve Beattie 2011-01-14 11:21:38 -06:00
parent 793bc2cc01
commit 27257d564b

View file

@ -12,11 +12,11 @@
# Description: Where common programs should allow users to download
# files
@{HOME}/tmp/** rwl,
@{HOME}/download/** rwl,
@{HOME}/downloads/** rwl,
@{HOME}/[a-zA-Z0-9]* rwl,
@{HOME}/Desktop r,
@{HOME}/Desktop/* rwl,
"@{HOME}/My Downloads/" r,
"@{HOME}/My Downloads/**" rwl,
owner @{HOME}/tmp/** rwl,
owner @{HOME}/[dD]ownload{,s}/ r,
owner @{HOME}/[dD]ownload{,s}/** rwl,
owner @{HOME}/[a-zA-Z0-9]* rwl,
owner @{HOME}/Desktop/ r,
owner @{HOME}/Desktop/* rwl,
owner "@{HOME}/My Downloads/" r,
owner "@{HOME}/My Downloads/**" rwl,