# This file is a part of ALT Linux SeLinux policy.
# Copyright (C) 2013 ALT Linux company

# Template for necessary directories.
# Known substitutions: USER, LEVEL, HOME, UID
# Each line is one directory instance

# Entry is valid only if specified: USER || HOME

# Alternate HOME directory for current level
@HOME@/@LEVEL@

# Temporary directory for current level
#/tmp/.private/@USER@/@LEVEL_RAW@
# by using namespaces

# KDE4 cache
#/var/tmp/kdecache-@USER@/@LEVEL@
# by using namespaces

# KDE4 home
@HOME@/.kde4/@LEVEL@

# vim:set shiftwidth=4 softtabstop=4 expandtab:
# vim:syntax=sh filetype=sh

# XDG_CONFIG_HOME
@HOME@/.config/@LEVEL_RAW@

# XDG_RUNTIME_DIR
/var/run/user/@UID@/@LEVEL_RAW@

# XRE_PROFILE_PATH
@HOME@/.config/@LEVEL_RAW@/mozilla/firefox/default
