apparmor/profiles/abstractions/user-tmp
Steve Beattie 6d3e74907d Import the rest of the core functionality of the internal apparmor
development tree (trunk branch). From svn repo version 6381.
2006-04-11 21:52:54 +00:00

20 lines
620 B
Text

# $Id: user-tmp 6201 2006-02-02 21:10:54Z sarnold $
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2006 Novell/SUSE
#
# 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
@{HOME}/tmp/** rwl,
@{HOME}/tmp r,
# global tmp directories
/var/tmp/** rwl,
/var/tmp r,
/tmp/** rwl,
/tmp r,