[ldapcertfs] Code redondant
* Et modifs invisibles \o/
This commit is contained in:
parent
f2891637b0
commit
534b891f59
1 changed files with 3 additions and 6 deletions
|
@ -135,9 +135,6 @@ class LdapCertFS(fuse.Fuse):
|
|||
'key_cert_chain.pem' : {'file':['privatekey', 'certificat', 'chain'], 'mode':0400},
|
||||
'cert_chain.pem' : {'file':['certificat', 'chain'], 'mode':0400},
|
||||
}
|
||||
|
||||
self._storage = {'/': Item(0755 | stat.S_IFDIR, self.uid, self.gid)}
|
||||
|
||||
self.build_tree()
|
||||
|
||||
def build_tree(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue