2006-04-12 20:35:41 +00:00
|
|
|
# $Id$
|
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,
|
|
|
|
owner /var/tmp/ rw,
|
|
|
|
owner /tmp/** rwkl,
|
|
|
|
owner /tmp/ rw,
|