sefcontext: fix fatal failure for socket file type (#65690)

fix #65689
This commit is contained in:
Phil 2020-02-15 14:51:06 +00:00 committed by GitHub
parent 9541377a20
commit fe6848badd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ option_to_file_type_str = dict(
f='regular file',
l='symbolic link',
p='named pipe',
s='socket file',
s='socket',
)