mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
38 lines
1 KiB
Text
38 lines
1 KiB
Text
# $Id$
|
|
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2002-2005 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
#include <tunables/global>
|
|
|
|
/usr/NX/bin/nxclient {
|
|
#include <abstractions/base>
|
|
#include <abstractions/bash>
|
|
#include <abstractions/consoles>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/kde>
|
|
#include <abstractions/X>
|
|
|
|
/bin/bash ix,
|
|
/usr/bin/cut ix,
|
|
/usr/NX/bin/nxclient r,
|
|
/usr/NX/bin/nxssh ix,
|
|
/usr/NX/bin/nxproxy ix,
|
|
/usr/NX/lib/** r,
|
|
/usr/NX/share/** r,
|
|
/usr/X11R6/bin/xauth rix,
|
|
|
|
@{HOME}/.nx rwl,
|
|
@{HOME}/.nx/** rwl,
|
|
@{HOME}/.Xauthority-c rwl,
|
|
@{HOME}/.Xauthority-l rwl,
|
|
@{HOME}/.ssh/config r,
|
|
@{HOME}/.ssh/known_hosts rw,
|
|
}
|