commit | 7e78c875143b639dca887e335f7d045480ec28d8 | [log] [tgz] |
---|---|---|
author | liuyang34 <yangliuxm34@gmail.com> | Tue Jan 07 09:39:18 2020 +0800 |
committer | Paul Moore <paul@paul-moore.com> | Mon Jan 06 21:05:57 2020 -0500 |
tree | 32560da4933b1d0b296e39528a2085da46b5082d | |
parent | f1268534027a792f3d97a0cfff8041d314ef2fca [diff] |
selinuxfs: use scnprintf to get real length for inode The return value of snprintf maybe over the size of TMPBUFLEN, use scnprintf instead in sel_read_class and sel_read_perm. Signed-off-by: liuyang34 <liuyang34@xiaomi.com> [PM: cleaned up the description] Signed-off-by: Paul Moore <paul@paul-moore.com>