dmesg: Grant read access to /usr/share/terminfo
To determine whether the $TERM supports colored output, dmesg checks the terminfo database, which can be either in /etc or /usr/share.
This commit is contained in:
parent
ec9999a499
commit
96c917b41a
|
@ -38,6 +38,7 @@ term_dontaudit_use_console(dmesg_t)
|
|||
domain_use_interactive_fds(dmesg_t)
|
||||
|
||||
files_list_etc(dmesg_t)
|
||||
files_read_usr_files(dmesg_t)
|
||||
|
||||
init_use_fds(dmesg_t)
|
||||
init_use_script_ptys(dmesg_t)
|
||||
|
|
Loading…
Reference in New Issue