From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Dorfman Subject: f2fs xattr and SELinux Date: Sun, 01 Dec 2013 19:09:48 +0200 Message-ID: <529B6D5C.2080200@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: linux-fsdevel@vger.kernel.org, Jaegeuk Kim Return-path: Received: from smtp.codeaurora.org ([198.145.11.231]:48850 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751723Ab3LARJx (ORCPT ); Sun, 1 Dec 2013 12:09:53 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi all, I'm trying to use f2fs xattr with SELinux (on android) and getting following error: root# restorecon -Rv /data Relabeling /data from u:object_r:unlabeled:s0 to u:object_r:system_data_file:s0. Could not label /data with u:object_r:system_data_file:s0: Operation not supported on transport endpoint Also, output of `ls -Z` command (all files/dirs are unlabeled): root# ls -Z /data drwxrwx--x system system u:object_r:unlabeled:s0 app drwxr-x--x root root u:object_r:unlabeled:s0 app_tests drwxr-x--x root root u:object_r:unlabeled:s0 audio-encode drwxr-x--x root root u:object_r:unlabeled:s0 busybox drwxrwx--x system system u:object_r:unlabeled:s0 connectivity drwxr-x--x root root u:object_r:unlabeled:s0 data_test drwxr-x--x root root u:object_r:unlabeled:s0 evt-test drwxr-x--x root root u:object_r:unlabeled:s0 fstest drwxr-x--x root root u:object_r:unlabeled:s0 gps-test drwxr-x--x root root u:object_r:unlabeled:s0 graphics_tests drwxr-x--x root root u:object_r:unlabeled:s0 instrumentation_tests drwxr-x--x root root u:object_r:unlabeled:s0 kernel-tests drwxrwx--- root root u:object_r:unlabeled:s0 lost+found drwxrwx--- media_rw media_rw u:object_r:unlabeled:s0 media mount output is: /dev/block/bootdevice/by-name/userdata /data f2fs rw,nosuid,nodev,relatime,background_gc_on,discard,user_xattr,acl,active_logs=6 0 0 Any comments/ideas about why xattr is not working for me on f2fs? Thanks, Kostya -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation