Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336350
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- pym/portage/_selinux.py
0
++ pym/portage/_selinux.py
Lines 35-40 Link Here
35
35
36
	return ctx
36
	return ctx
37
37
38
def is_selinux_enabled():
39
	return selinux.is_selinux_enabled()
40
38
def mkdir(target, refdir):
41
def mkdir(target, refdir):
39
	target = _unicode_encode(target, encoding=_encodings['fs'], errors='strict')
42
	target = _unicode_encode(target, encoding=_encodings['fs'], errors='strict')
40
	refdir = _unicode_encode(refdir, encoding=_encodings['fs'], errors='strict')
43
	refdir = _unicode_encode(refdir, encoding=_encodings['fs'], errors='strict')

Return to bug 336350