commit | aea047c76904a907c0acb15ab4a6399ffe32dd63 | [log] [tgz] |
---|---|---|
author | Caleb Case <ccase@tresys.com> | Wed Dec 23 18:25:50 2009 -0500 |
committer | Steve Lawrence <slawrence@tresys.com> | Tue Aug 26 08:02:16 2014 -0400 |
tree | 6069da63f9964bc87346f3208dc1b04576f52d01 | |
parent | 565ea9832e841075e362db4d188cc7ebb0d4c35e [diff] |
libsemanage: move the module store to /var/lib/selinux This patch moves the module store from /etc/selinux/<store>/modules to /var/lib/selinux/<store>. This move will allow for the use of a read-only /etc/selinux. Currently that is not possible with semanage because of the lock files. A consequence of this move is that packagers of libsemanage should create the /var/lib/selinux directory. Signed-off-by: Chad Sellers <csellers@tresys.com>