summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-01-30 07:15:49 +0000
committerMike Frysinger <vapier@gentoo.org>2013-01-30 07:15:49 +0000
commit8951a72111c6340481e9f3fc8621b96020f783a2 (patch)
tree8952865822c8d8ee88aaec99f4894d3999f6c74c /eclass
parentUpdate code2color script info #454574 by Csaba Péter. (diff)
downloadgentoo-2-8951a72111c6340481e9f3fc8621b96020f783a2.tar.gz
gentoo-2-8951a72111c6340481e9f3fc8621b96020f783a2.tar.bz2
gentoo-2-8951a72111c6340481e9f3fc8621b96020f783a2.zip
also warn about CONFIG_EXT{2,3,4}_FS_SECURITY options #454440
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fcaps.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass
index 7de8ce7830d5..13f62be5fc1a 100644
--- a/eclass/fcaps.eclass
+++ b/eclass/fcaps.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.2 2013/01/27 17:47:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.3 2013/01/30 07:15:49 vapier Exp $
# @ECLASS: fcaps.eclass
# @MAINTAINER:
@@ -133,6 +133,7 @@ fcaps() {
local fstype=$(stat -f -c %T "${file}")
ewarn "Could not set caps on '${file}' due to missing filesystem support."
ewarn "Make sure you enable XATTR support for '${fstype}' in your kernel."
+ ewarn "You might also have to enable the relevant FS_SECURITY option."
fi
else
# Sanity check that everything took.