diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-07-30 13:57:51 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-07-30 13:57:51 +0200 |
commit | 47b0c350952116cb09130cf02f172aa12a37f829 (patch) | |
tree | 1dbfc3528f4037b874d4180b2fd3f056323ff18b | |
parent | e1b802a7dbcd88fc4965dbee9faf55c6bd3f5601 (diff) |
INSTALL: --enable-selinux not --with-selinux
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ Summary of changes from v125 to v126 ============================================ -Kay Sievers (4): +Kay Sievers (6): delete all Makefiles and move udev source to udev/ use autotools rules: mode 0660 for group "disk" rules: update Fedora rules + update ChangeLog + INSTALL: --enable-selinux not --with-selinux Thomas Koeller (1): use proper directory lib/lib64 for libvolume_id @@ -12,7 +12,7 @@ compile-in verbose debug messages --disable-logging disable all logging and compile-out all log strings - --enable-selinux + --with-selinux link against SELInux libraries to set the expected context for created files @@ -15,7 +15,7 @@ options are: compile-in verbose debug messages --disable-logging disable all logging and compile-out all log strings - --enable-selinux + --with-selinux link against SELInux libraries to set the expected context for created files |