2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2009-11-04 14:25:42 -06:00
|
|
|
# Copyright (C) 2002-2009 Novell/SUSE
|
2010-05-12 10:52:23 +02:00
|
|
|
# Copyright (C) 2009-2010 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 tmp directories
|
2010-05-12 10:52:23 +02:00
|
|
|
owner @{HOME}/tmp/** rwkl,
|
|
|
|
owner @{HOME}/tmp/ rw,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
# global tmp directories
|
2010-05-12 10:52:23 +02:00
|
|
|
owner /var/tmp/** rwkl,
|
2010-08-09 09:56:31 -05:00
|
|
|
/var/tmp/ rw,
|
2010-05-12 10:52:23 +02:00
|
|
|
owner /tmp/** rwkl,
|
2010-08-09 09:56:31 -05:00
|
|
|
/tmp/ rw,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
|
|
|
#include if exists <abstractions/user-tmp.d>
|