~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to src/python/ecryptapi.py

merge from pythonapi branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
#
3
 
#    ecryptapi.py, Copyright 2008 Mike Rooney (https://launchpad.net/~mrooney)
4
 
#    Date: 2009-5-28
 
3
#    ecryptapi.py, Copyright 2008, 2009 Michael Rooney <mrooney@ubuntu.com>
 
4
#    Date: 2009-05-28
5
5
#    Version: 0.4
6
6
#
7
7
#    This is a python API for interacting with ecryptfs-utils and its
52
52
    return commands.getstatusoutput(command)
53
53
 
54
54
def get_autounmount():
55
 
    """Return whether or not automounting is enabled for this user."""
 
55
    """Return whether or not autounmounting is enabled for this user."""
56
56
    return os.path.exists(AUTOUMOUNT_FILE)
57
57
 
58
58
def set_mounted(doMount):
74
74
 
75
75
def needs_setup():
76
76
    """
77
 
    Return whether or not an ecrypted directory has been set up by ecryptfs
 
77
    Return whether or not an encrypted directory has been set up by ecryptfs
78
78
    for this user, either Home or Private.
79
79
    """
80
80
    encryptedHome = False #TODO: implement