ubuntuusers.de

Test

Autor:
toddy
Datum:
19. Januar 2018 22:55
Code:
1
2
3
4
5
  if grep ^flags /proc/cpuinfo | grep -qw pcid; then
                                pstatus green YES 'performance degradation with PTI will be limited'
                        else
                                pstatus blue NO 'no security impact but performance will be degraded with PTI'
                        fi