diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-22 23:08:10 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-25 12:14:14 -0400 |
commit | a6f5518219fb3358595852eeaa9ad9c3e0410821 (patch) | |
tree | 0914dace03b75336d3b9c2d9b7bcfcc0520703bd /src/examples | |
parent | 7c837ddd5b1737b56fc475f7e347efdb067e2330 (diff) | |
download | sssd-a6f5518219fb3358595852eeaa9ad9c3e0410821.tar.gz sssd-a6f5518219fb3358595852eeaa9ad9c3e0410821.tar.bz2 sssd-a6f5518219fb3358595852eeaa9ad9c3e0410821.zip |
Allow running with read only root
Packages /etc/rwtab.d/sssd file that allows SSSD to run on a read-only
root filesystem.
Fixes: #428
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/rwtab.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/rwtab.in b/src/examples/rwtab.in new file mode 100644 index 00000000..200bbb54 --- /dev/null +++ b/src/examples/rwtab.in @@ -0,0 +1 @@ +dirs @sharedstatedir@/sss |