mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-02 16:46:18 +00:00
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:
parent
fba9d01035
commit
317743bbe2
@ -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"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user