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

fix #65689
pull/67442/head
Phil 5 years ago committed by GitHub
parent 9541377a20
commit fe6848badd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save