mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
[selinux] improve readability
This commit is contained in:
parent
616d77a1c2
commit
0817db2db3
1 changed files with 2 additions and 0 deletions
|
@ -23,8 +23,10 @@ logging_send_syslog_msg(httpd_git_script_t);
|
|||
|
||||
# Get the attributes of all pty device nodes.
|
||||
term_getattr_all_ptys(httpd_git_script_t);
|
||||
|
||||
# Get the attributes of all tty device nodes.
|
||||
term_getattr_all_ttys(httpd_git_script_t);
|
||||
|
||||
# Do not audit attempts to get the attributes of generic pty devices.
|
||||
term_dontaudit_getattr_generic_ptys(httpd_git_script_t);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue