-
Notifications
You must be signed in to change notification settings - Fork 4
/
sbin.rpc.statd
29 lines (27 loc) · 1006 Bytes
/
sbin.rpc.statd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ------------------------------------------------------------------
#
# 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>
/sbin/rpc.statd {
#include <abstractions/base>
#include <abstractions/nameservice>
/etc/rpc r,
/sbin/rpc.statd rmix,
/sm rw,
/sm.bak rw,
/state rw,
/var/lib/nfs/sm/* rw,
/var/lib/nfs/statd rw,
/var/lib/nfs/statd/sm r,
/var/lib/nfs/statd/sm/* rwl,
/var/lib/nfs/statd/state rw,
/var/lib/nfs/statd/sm.bak r,
/var/lib/nfs/statd/sm.bak/* rwl,
/{,var/}run/rpc.statd.pid w,
}