Fixes https://github.com/SELinuxProject/selinux/issues/49 (#49). Signed-off-by: Stephen Smalley <sds@xxxxxxxxxxxxx> --- python/semanage/seobject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/semanage/seobject.py b/python/semanage/seobject.py index 94bd368..7a54373 100644 --- a/python/semanage/seobject.py +++ b/python/semanage/seobject.py @@ -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"} -- 2.9.3 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.