mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
# $Id$
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# 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/sbin/vsftpd {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/authentication>
|
|
|
|
/dev/urandom r,
|
|
/etc/fstab r,
|
|
/etc/hosts.allow r,
|
|
/etc/hosts.deny r,
|
|
/etc/mtab r,
|
|
/etc/shells r,
|
|
/etc/vsftpd.* r,
|
|
/etc/vsftpd/* r,
|
|
/proc/meminfo r,
|
|
/usr/sbin/vsftpd rix,
|
|
/var/log/vsftpd.log w,
|
|
/var/log/xferlog w,
|
|
# anon chroots
|
|
/ r,
|
|
/pub r,
|
|
/pub/** r,
|
|
@{HOMEDIRS} r,
|
|
@{HOME}/** rwl,
|
|
}
|