mcs: Add missing process permission constraints.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
a4b870f71b
commit
ab2f8d35f1
|
@ -83,7 +83,7 @@ mlsconstrain { file lnk_file fifo_file } { create relabelto }
|
|||
( t1 != mcs_constrained_type ));
|
||||
|
||||
|
||||
mlsconstrain process { transition dyntransition ptrace sigkill sigstop signal }
|
||||
mlsconstrain process { transition dyntransition ptrace sigkill sigstop signal getsession getattr getsched setsched getrlimit setrlimit getpgid setpgid getcap setcap share setexec setfscreate setcurrent setsockcreate }
|
||||
(( h1 dom h2 ) or ( t1 != mcs_constrained_type ));
|
||||
|
||||
mlsconstrain socket_class_set { create ioctl read write setattr append bind connect getopt setopt shutdown }
|
||||
|
|
Loading…
Reference in New Issue