I expected files here would have the process's context, but they don't. The files are actually all symlinks so it's entirely possible that the they shouldn't have the process's context. If that's the case, how can I provide different labels for them? Neither "proc" nor "unlabeled" are appropriate. On a device with a 3.18 kernel they have the "proc" context: sailfish:/ # ls -LZ1 /proc/1/ns u:object_r:proc:s0 mnt u:object_r:proc:s0 net On a device with the 4.9 kernel the have the "unlabeled" context: blueline:/ # ls -LZ1 /proc/1/ns u:object_r:unlabeled:s0 cgroup u:object_r:unlabeled:s0 mnt u:object_r:unlabeled:s0 net