All of lore.kernel.org
 help / color / mirror / Atom feed
* Denials of changing wallpaper on Galaxy Nexus
@ 2012-06-22  9:31 ken.masumitsu
  2012-06-22 12:31 ` Stephen Smalley
  0 siblings, 1 reply; 7+ messages in thread
From: ken.masumitsu @ 2012-06-22  9:31 UTC (permalink / raw)
  To: SELinux

Hi,

I am working SEAndroid 4.0.4 on Galaxy Nexus.

When I tried to change wallpaper, some denials appeared.

---------------------------------------------------------------------------------------
<5>[ 1038.038543] type=1400 audit(1340267126.382:1469): avc:  denied  {
write } for  pid=380 comm=42696E646572205468726561642023
name="wallpaper" dev=mmcblk0p12 ino=578431 scontext=u:r:system:s0
tcontext=u:object_r:wallpaper_file:s0 tclass=file
<5>[ 1038.048278] type=1400 audit(1340267126.390:1470): avc:  denied  {
write } for  pid=380 comm=42696E646572205468726561642023
path="/data/data/com.android.settings/files/wallpaper" dev=mmcblk0p12
ino=578431 scontext=u:r:trusted_app:s0:c17
tcontext=u:object_r:wallpaper_file:s0 tclass=file
---------------------------------------------------------------------------------------


Though I added following lines to device/maguro/sepolicy.te,
---------------------------------------------------------------------------------------
#============= system ==============
# src="system" tgt="wallpaper_file" class="file", perms="write"
# comm="2696E64657220546872656164202" exe="" path=""
allow system wallpaper_file:file write;

#============= trusted_app ==============
# src="trusted_app" tgt="wallpaper_file" class="file", perms="write"
# comm="2696E64657220546872656164202" exe="" path=""
allow trusted_app wallpaper_file:file write;
---------------------------------------------------------------------------------------

still a denial appeared.
---------------------------------------------------------------------------------------
<5>[  508.922760] type=1400 audit(1340350990.015:190): avc:  denied  {
write } for  pid=565 comm=42696E646572205468726561642023
path="/data/data/com.android.settings/files/wallpaper" dev=mmcblk0p12
ino=578429 scontext=u:r:trusted_app:s0:c17
tcontext=u:object_r:wallpaper_file:s0 tclass=file
---------------------------------------------------------------------------------------

Do you know that why does the denial appear? and How to resolve it?

--
Ken Masumitsu


________________________________
Subject to local law, communications with Accenture and its affiliates including telephone calls and emails (including content), may be monitored by our systems for the purposes of security and the assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com



--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-27 13:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22  9:31 Denials of changing wallpaper on Galaxy Nexus ken.masumitsu
2012-06-22 12:31 ` Stephen Smalley
2012-06-22 13:13   ` Stephen Smalley
2012-06-25  2:50     ` ken.masumitsu
2012-06-25 12:11       ` Stephen Smalley
2012-06-27  2:33         ` ken.masumitsu
2012-06-27 13:13   ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.