locallogin: allow login to get attributes of procfs
Fixes: avc: denied { getattr } for pid=88 comm="login" name="/" dev="proc" ino=1 scontext=system_u:system_r:local_login_t tcontext=system_u:object_r:proc_t tclass=filesystem permissive=1 Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
This commit is contained in:
parent
7014af08ff
commit
8cb806fbdf
|
@ -59,6 +59,7 @@ kernel_read_system_state(local_login_t)
|
|||
kernel_read_kernel_sysctls(local_login_t)
|
||||
kernel_search_key(local_login_t)
|
||||
kernel_link_key(local_login_t)
|
||||
kernel_getattr_proc(local_login_t)
|
||||
|
||||
corecmd_list_bin(local_login_t)
|
||||
# cjp: these are probably not needed:
|
||||
|
|
Loading…
Reference in New Issue