python/semanage: fix export of fcontext socket entries

Fixes https://github.com/SELinuxProject/selinux/issues/49 (#49).

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2017-03-15 13:10:18 -04:00
parent fba9d01035
commit 317743bbe2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ file_type_str_to_option = {"all files": "a",
"directory": "d",
"character device": "c",
"block device": "b",
"socket file": "s",
"socket": "s",
"symbolic link": "l",
"named pipe": "p"}