2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002-2006 Novell/SUSE
|
2014-02-14 16:28:16 -06:00
|
|
|
# Copyright (C) 2014 Canonical Ltd.
|
2006-04-11 21:52:54 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2006-04-11 21:52:54 +00:00
|
|
|
# Description: Where common programs should allow users to download
|
|
|
|
# files
|
|
|
|
|
2010-12-22 16:52:13 -06:00
|
|
|
owner @{HOME}/tmp/** rwl,
|
|
|
|
owner @{HOME}/[dD]ownload{,s}/ r,
|
|
|
|
owner @{HOME}/[dD]ownload{,s}/** rwl,
|
2017-06-24 18:12:22 +03:00
|
|
|
owner @{HOME}/[^.]* rwl,
|
2014-02-14 16:28:16 -06:00
|
|
|
owner @{HOME}/@{XDG_DESKTOP_DIR}/ r,
|
|
|
|
owner @{HOME}/@{XDG_DESKTOP_DIR}/* rwl,
|
|
|
|
owner @{HOME}/@{XDG_DOWNLOAD_DIR}/ r,
|
|
|
|
owner @{HOME}/@{XDG_DOWNLOAD_DIR}/* rwl,
|
2010-12-22 16:52:13 -06:00
|
|
|
owner "@{HOME}/My Downloads/" r,
|
|
|
|
owner "@{HOME}/My Downloads/**" rwl,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/user-download.d>
|