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.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
# per-user write directories
|
2014-02-14 16:28:16 -06:00
|
|
|
owner @{HOME}/ r,
|
|
|
|
owner @{HOME}/@{XDG_DESKTOP_DIR}/ r,
|
|
|
|
owner @{HOME}/@{XDG_DOCUMENTS_DIR}/ r,
|
|
|
|
owner @{HOME}/@{XDG_PUBLICSHARE_DIR}/ r,
|
2017-07-02 12:22:21 +03:00
|
|
|
owner @{HOME}/[^.]*/ rw,
|
|
|
|
owner @{HOME}/[^.]* rwl,
|
2014-02-14 16:28:16 -06:00
|
|
|
owner @{HOME}/@{XDG_DESKTOP_DIR}/** rwl,
|
|
|
|
owner @{HOME}/@{XDG_DOCUMENTS_DIR}/** rwl,
|
|
|
|
owner @{HOME}/@{XDG_PUBLICSHARE_DIR}/** rwl,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
|
|
|
#include if exists <abstractions/user-write.d>
|