Changeset 84
- Timestamp:
- 10/23/06 18:17:35 (2 years ago)
- Files:
-
- upstream/selinux/checkpolicy/ChangeLog (modified) (1 diff)
- upstream/selinux/checkpolicy/VERSION (modified) (1 diff)
- upstream/selinux/libselinux/ChangeLog (modified) (1 diff)
- upstream/selinux/libselinux/VERSION (modified) (1 diff)
- upstream/selinux/libselinux/include/selinux/av_permissions.h (modified) (52 diffs)
- upstream/selinux/libselinux/include/selinux/flask.h (modified) (1 diff)
- upstream/selinux/libselinux/src/av_perm_to_string.h (modified) (3 diffs)
- upstream/selinux/libselinux/src/class_to_string.h (modified) (1 diff)
- upstream/selinux/libsemanage/ChangeLog (modified) (1 diff)
- upstream/selinux/libsemanage/VERSION (modified) (1 diff)
- upstream/selinux/libsemanage/src/private.h (deleted)
- upstream/selinux/libsepol/ChangeLog (modified) (1 diff)
- upstream/selinux/libsepol/VERSION (modified) (1 diff)
- upstream/selinux/policycoreutils/ChangeLog (modified) (1 diff)
- upstream/selinux/policycoreutils/VERSION (modified) (1 diff)
- upstream/selinux/policycoreutils/audit2allow/avc.py (modified) (1 diff)
- upstream/selinux/policycoreutils/po/bn_IN.po (modified) (7 diffs)
- upstream/selinux/policycoreutils/po/ca.po (modified) (35 diffs)
- upstream/selinux/policycoreutils/po/de.po (modified) (16 diffs)
- upstream/selinux/policycoreutils/po/el.po (modified) (11 diffs)
- upstream/selinux/policycoreutils/po/hr.po (modified) (1 diff)
- upstream/selinux/policycoreutils/po/hu.po (modified) (15 diffs)
- upstream/selinux/policycoreutils/po/ms.po (modified) (38 diffs)
- upstream/selinux/policycoreutils/po/ru.po (modified) (25 diffs)
- upstream/selinux/policycoreutils/po/sk.po (modified) (4 diffs)
- upstream/selinux/policycoreutils/po/sv.po (modified) (35 diffs)
- upstream/selinux/policycoreutils/po/zh_TW.po (modified) (2 diffs)
- upstream/selinux/policycoreutils/restorecon/restorecon.8 (modified) (1 diff)
- upstream/selinux/policycoreutils/restorecon/restorecon.c (modified) (11 diffs)
- upstream/selinux/policycoreutils/scripts/fixfiles (modified) (3 diffs)
- upstream/selinux/policycoreutils/scripts/fixfiles.8 (modified) (3 diffs)
- upstream/selinux/policycoreutils/semanage/seobject.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
upstream/selinux/checkpolicy/ChangeLog
r28 r84 1 1.32 2006-10-17 2 * Updated version for release. 3 1 4 1.30.12 2006-09-28 2 5 * Merged user and range_transition support for modules from upstream/selinux/checkpolicy/VERSION
r28 r84 1 1.3 0.121 1.32 upstream/selinux/libselinux/ChangeLog
r58 r84 1 1.33.1 2006-10-19 2 * Merged updated flask definitions from Darrel Goeddel. 3 This adds the context security class, and also adds 4 the string definitions for setsockcreate and polmatch. 5 6 1.32 2006-10-17 7 * Updated version for release. 8 1 9 1.30.30 2006-10-05 2 10 * Merged patch from Darrel Goeddel to always use untranslated upstream/selinux/libselinux/VERSION
r58 r84 1 1.3 0.301 1.33.1 upstream/selinux/libselinux/include/selinux/av_permissions.h
r28 r84 17 17 #define COMMON_FILE__QUOTAON 0x00008000UL 18 18 #define COMMON_FILE__MOUNTON 0x00010000UL 19 20 19 #define COMMON_SOCKET__IOCTL 0x00000001UL 21 20 #define COMMON_SOCKET__READ 0x00000002UL … … 40 39 #define COMMON_SOCKET__SEND_MSG 0x00100000UL 41 40 #define COMMON_SOCKET__NAME_BIND 0x00200000UL 42 43 41 #define COMMON_IPC__CREATE 0x00000001UL 44 42 #define COMMON_IPC__DESTROY 0x00000002UL … … 50 48 #define COMMON_IPC__UNIX_READ 0x00000080UL 51 49 #define COMMON_IPC__UNIX_WRITE 0x00000100UL 52 53 50 #define FILESYSTEM__MOUNT 0x00000001UL 54 51 #define FILESYSTEM__REMOUNT 0x00000002UL … … 61 58 #define FILESYSTEM__QUOTAMOD 0x00000100UL 62 59 #define FILESYSTEM__QUOTAGET 0x00000200UL 63 64 60 #define DIR__IOCTL 0x00000001UL 65 61 #define DIR__READ 0x00000002UL … … 79 75 #define DIR__QUOTAON 0x00008000UL 80 76 #define DIR__MOUNTON 0x00010000UL 81 82 77 #define DIR__ADD_NAME 0x00020000UL 83 78 #define DIR__REMOVE_NAME 0x00040000UL … … 85 80 #define DIR__SEARCH 0x00100000UL 86 81 #define DIR__RMDIR 0x00200000UL 87 88 82 #define FILE__IOCTL 0x00000001UL 89 83 #define FILE__READ 0x00000002UL … … 103 97 #define FILE__QUOTAON 0x00008000UL 104 98 #define FILE__MOUNTON 0x00010000UL 105 106 99 #define FILE__EXECUTE_NO_TRANS 0x00020000UL 107 100 #define FILE__ENTRYPOINT 0x00040000UL 108 101 #define FILE__EXECMOD 0x00080000UL 109 110 102 #define LNK_FILE__IOCTL 0x00000001UL 111 103 #define LNK_FILE__READ 0x00000002UL … … 125 117 #define LNK_FILE__QUOTAON 0x00008000UL 126 118 #define LNK_FILE__MOUNTON 0x00010000UL 127 128 119 #define CHR_FILE__IOCTL 0x00000001UL 129 120 #define CHR_FILE__READ 0x00000002UL … … 143 134 #define CHR_FILE__QUOTAON 0x00008000UL 144 135 #define CHR_FILE__MOUNTON 0x00010000UL 145 146 136 #define CHR_FILE__EXECUTE_NO_TRANS 0x00020000UL 147 137 #define CHR_FILE__ENTRYPOINT 0x00040000UL 148 138 #define CHR_FILE__EXECMOD 0x00080000UL 149 150 139 #define BLK_FILE__IOCTL 0x00000001UL 151 140 #define BLK_FILE__READ 0x00000002UL … … 165 154 #define BLK_FILE__QUOTAON 0x00008000UL 166 155 #define BLK_FILE__MOUNTON 0x00010000UL 167 168 156 #define SOCK_FILE__IOCTL 0x00000001UL 169 157 #define SOCK_FILE__READ 0x00000002UL … … 183 171 #define SOCK_FILE__QUOTAON 0x00008000UL 184 172 #define SOCK_FILE__MOUNTON 0x00010000UL 185 186 173 #define FIFO_FILE__IOCTL 0x00000001UL 187 174 #define FIFO_FILE__READ 0x00000002UL … … 201 188 #define FIFO_FILE__QUOTAON 0x00008000UL 202 189 #define FIFO_FILE__MOUNTON 0x00010000UL 203 204 190 #define FD__USE 0x00000001UL 205 206 191 #define SOCKET__IOCTL 0x00000001UL 207 192 #define SOCKET__READ 0x00000002UL … … 226 211 #define SOCKET__SEND_MSG 0x00100000UL 227 212 #define SOCKET__NAME_BIND 0x00200000UL 228 229 213 #define TCP_SOCKET__IOCTL 0x00000001UL 230 214 #define TCP_SOCKET__READ 0x00000002UL … … 249 233 #define TCP_SOCKET__SEND_MSG 0x00100000UL 250 234 #define TCP_SOCKET__NAME_BIND 0x00200000UL 251 252 235 #define TCP_SOCKET__CONNECTTO 0x00400000UL 253 236 #define TCP_SOCKET__NEWCONN 0x00800000UL … … 255 238 #define TCP_SOCKET__NODE_BIND 0x02000000UL 256 239 #define TCP_SOCKET__NAME_CONNECT 0x04000000UL 257 258 240 #define UDP_SOCKET__IOCTL 0x00000001UL 259 241 #define UDP_SOCKET__READ 0x00000002UL … … 278 260 #define UDP_SOCKET__SEND_MSG 0x00100000UL 279 261 #define UDP_SOCKET__NAME_BIND 0x00200000UL 280 281 262 #define UDP_SOCKET__NODE_BIND 0x00400000UL 282 283 263 #define RAWIP_SOCKET__IOCTL 0x00000001UL 284 264 #define RAWIP_SOCKET__READ 0x00000002UL … … 303 283 #define RAWIP_SOCKET__SEND_MSG 0x00100000UL 304 284 #define RAWIP_SOCKET__NAME_BIND 0x00200000UL 305 306 285 #define RAWIP_SOCKET__NODE_BIND 0x00400000UL 307 308 286 #define NODE__TCP_RECV 0x00000001UL 309 287 #define NODE__TCP_SEND 0x00000002UL … … 313 291 #define NODE__RAWIP_SEND 0x00000020UL 314 292 #define NODE__ENFORCE_DEST 0x00000040UL 315 316 293 #define NETIF__TCP_RECV 0x00000001UL 317 294 #define NETIF__TCP_SEND 0x00000002UL … … 320 297 #define NETIF__RAWIP_RECV 0x00000010UL 321 298 #define NETIF__RAWIP_SEND 0x00000020UL 322 323 299 #define NETLINK_SOCKET__IOCTL 0x00000001UL 324 300 #define NETLINK_SOCKET__READ 0x00000002UL … … 343 319 #define NETLINK_SOCKET__SEND_MSG 0x00100000UL 344 320 #define NETLINK_SOCKET__NAME_BIND 0x00200000UL 345 346 321 #define PACKET_SOCKET__IOCTL 0x00000001UL 347 322 #define PACKET_SOCKET__READ 0x00000002UL … … 366 341 #define PACKET_SOCKET__SEND_MSG 0x00100000UL 367 342 #define PACKET_SOCKET__NAME_BIND 0x00200000UL 368 369 343 #define KEY_SOCKET__IOCTL 0x00000001UL 370 344 #define KEY_SOCKET__READ 0x00000002UL … … 389 363 #define KEY_SOCKET__SEND_MSG 0x00100000UL 390 364 #define KEY_SOCKET__NAME_BIND 0x00200000UL 391 392 365 #define UNIX_STREAM_SOCKET__IOCTL 0x00000001UL 393 366 #define UNIX_STREAM_SOCKET__READ 0x00000002UL … … 412 385 #define UNIX_STREAM_SOCKET__SEND_MSG 0x00100000UL 413 386 #define UNIX_STREAM_SOCKET__NAME_BIND 0x00200000UL 414 415 387 #define UNIX_STREAM_SOCKET__CONNECTTO 0x00400000UL 416 388 #define UNIX_STREAM_SOCKET__NEWCONN 0x00800000UL 417 389 #define UNIX_STREAM_SOCKET__ACCEPTFROM 0x01000000UL 418 419 390 #define UNIX_DGRAM_SOCKET__IOCTL 0x00000001UL 420 391 #define UNIX_DGRAM_SOCKET__READ 0x00000002UL … … 439 410 #define UNIX_DGRAM_SOCKET__SEND_MSG 0x00100000UL 440 411 #define UNIX_DGRAM_SOCKET__NAME_BIND 0x00200000UL 441 442 412 #define PROCESS__FORK 0x00000001UL 443 413 #define PROCESS__TRANSITION 0x00000002UL … … 470 440 #define PROCESS__SETKEYCREATE 0x10000000UL 471 441 #define PROCESS__SETSOCKCREATE 0x20000000UL 472 473 442 #define IPC__CREATE 0x00000001UL 474 443 #define IPC__DESTROY 0x00000002UL … … 480 449 #define IPC__UNIX_READ 0x00000080UL 481 450 #define IPC__UNIX_WRITE 0x00000100UL 482 483 451 #define SEM__CREATE 0x00000001UL 484 452 #define SEM__DESTROY 0x00000002UL … … 490 458 #define SEM__UNIX_READ 0x00000080UL 491 459 #define SEM__UNIX_WRITE 0x00000100UL 492 493 460 #define MSGQ__CREATE 0x00000001UL 494 461 #define MSGQ__DESTROY 0x00000002UL … … 500 467 #define MSGQ__UNIX_READ 0x00000080UL 501 468 #define MSGQ__UNIX_WRITE 0x00000100UL 502 503 469 #define MSGQ__ENQUEUE 0x00000200UL 504 505 470 #define MSG__SEND 0x00000001UL 506 471 #define MSG__RECEIVE 0x00000002UL 507 508 472 #define SHM__CREATE 0x00000001UL 509 473 #define SHM__DESTROY 0x00000002UL … … 515 479 #define SHM__UNIX_READ 0x00000080UL 516 480 #define SHM__UNIX_WRITE 0x00000100UL 517 518 481 #define SHM__LOCK 0x00000200UL 519 520 482 #define SECURITY__COMPUTE_AV 0x00000001UL 521 483 #define SECURITY__COMPUTE_CREATE 0x00000002UL … … 529 491 #define SECURITY__SETSECPARAM 0x00000200UL 530 492 #define SECURITY__SETCHECKREQPROT 0x00000400UL 531 532 493 #define SYSTEM__IPC_INFO 0x00000001UL 533 494 #define SYSTEM__SYSLOG_READ 0x00000002UL 534 495 #define SYSTEM__SYSLOG_MOD 0x00000004UL 535 496 #define SYSTEM__SYSLOG_CONSOLE 0x00000008UL 536 537 497 #define CAPABILITY__CHOWN 0x00000001UL 538 498 #define CAPABILITY__DAC_OVERRIDE 0x00000002UL … … 566 526 #define CAPABILITY__AUDIT_WRITE 0x20000000UL 567 527 #define CAPABILITY__AUDIT_CONTROL 0x40000000UL 568 569 528 #define PASSWD__PASSWD 0x00000001UL 570 529 #define PASSWD__CHFN 0x00000002UL … … 572 531 #define PASSWD__ROOTOK 0x00000008UL 573 532 #define PASSWD__CRONTAB 0x00000010UL 574 575 533 #define DRAWABLE__CREATE 0x00000001UL 576 534 #define DRAWABLE__DESTROY 0x00000002UL … … 578 536 #define DRAWABLE__COPY 0x00000008UL 579 537 #define DRAWABLE__GETATTR 0x00000010UL 580 581 538 #define GC__CREATE 0x00000001UL 582 539 #define GC__FREE 0x00000002UL 583 540 #define GC__GETATTR 0x00000004UL 584 541 #define GC__SETATTR 0x00000008UL 585 586 542 #define WINDOW__ADDCHILD 0x00000001UL 587 543 #define WINDOW__CREATE 0x00000002UL … … 610 566 #define WINDOW__SERVERCHANGEEVENT 0x01000000UL 611 567 #define WINDOW__EXTENSIONEVENT 0x02000000UL 612 613 568 #define FONT__LOAD 0x00000001UL 614 569 #define FONT__FREE 0x00000002UL 615 570 #define FONT__GETATTR 0x00000004UL 616 571 #define FONT__USE 0x00000008UL 617 618 572 #define COLORMAP__CREATE 0x00000001UL 619 573 #define COLORMAP__FREE 0x00000002UL … … 625 579 #define COLORMAP__GETATTR 0x00000080UL 626 580 #define COLORMAP__SETATTR 0x00000100UL 627 628 581 #define PROPERTY__CREATE 0x00000001UL 629 582 #define PROPERTY__FREE 0x00000002UL 630 583 #define PROPERTY__READ 0x00000004UL 631 584 #define PROPERTY__WRITE 0x00000008UL 632 633 585 #define CURSOR__CREATE 0x00000001UL 634 586 #define CURSOR__CREATEGLYPH 0x00000002UL … … 636 588 #define CURSOR__ASSIGN 0x00000008UL 637 589 #define CURSOR__SETATTR 0x00000010UL 638 639 590 #define XCLIENT__KILL 0x00000001UL 640 641 591 #define XINPUT__LOOKUP 0x00000001UL 642 592 #define XINPUT__GETATTR 0x00000002UL … … 650 600 #define XINPUT__MOUSEMOTION 0x00000200UL 651 601 #define XINPUT__RELABELINPUT 0x00000400UL 652 653 602 #define XSERVER__SCREENSAVER 0x00000001UL 654 603 #define XSERVER__GETHOSTLIST 0x00000002UL … … 659 608 #define XSERVER__GRAB 0x00000040UL 660 609 #define XSERVER__UNGRAB 0x00000080UL 661 662 610 #define XEXTENSION__QUERY 0x00000001UL 663 611 #define XEXTENSION__USE 0x00000002UL 664 665 612 #define PAX__PAGEEXEC 0x00000001UL 666 613 #define PAX__EMUTRAMP 0x00000002UL … … 669 616 #define PAX__RANDEXEC 0x00000010UL 670 617 #define PAX__SEGMEXEC 0x00000020UL 671 672 618 #define NETLINK_ROUTE_SOCKET__IOCTL 0x00000001UL 673 619 #define NETLINK_ROUTE_SOCKET__READ 0x00000002UL … … 692 638 #define NETLINK_ROUTE_SOCKET__SEND_MSG 0x00100000UL 693 639 #define NETLINK_ROUTE_SOCKET__NAME_BIND 0x00200000UL 694 695 640 #define NETLINK_ROUTE_SOCKET__NLMSG_READ 0x00400000UL 696 641 #define NETLINK_ROUTE_SOCKET__NLMSG_WRITE 0x00800000UL 697 698 642 #define NETLINK_FIREWALL_SOCKET__IOCTL 0x00000001UL 699 643 #define NETLINK_FIREWALL_SOCKET__READ 0x00000002UL … … 718 662 #define NETLINK_FIREWALL_SOCKET__SEND_MSG 0x00100000UL 719 663 #define NETLINK_FIREWALL_SOCKET__NAME_BIND 0x00200000UL 720 721 664 #define NETLINK_FIREWALL_SOCKET__NLMSG_READ 0x00400000UL 722 665 #define NETLINK_FIREWALL_SOCKET__NLMSG_WRITE 0x00800000UL 723 724 666 #define NETLINK_TCPDIAG_SOCKET__IOCTL 0x00000001UL 725 667 #define NETLINK_TCPDIAG_SOCKET__READ 0x00000002UL … … 744 686 #define NETLINK_TCPDIAG_SOCKET__SEND_MSG 0x00100000UL 745 687 #define NETLINK_TCPDIAG_SOCKET__NAME_BIND 0x00200000UL 746 747 688 #define NETLINK_TCPDIAG_SOCKET__NLMSG_READ 0x00400000UL 748 689 #define NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE 0x00800000UL 749 750 690 #define NETLINK_NFLOG_SOCKET__IOCTL 0x00000001UL 751 691 #define NETLINK_NFLOG_SOCKET__READ 0x00000002UL … … 770 710 #define NETLINK_NFLOG_SOCKET__SEND_MSG 0x00100000UL 771 711 #define NETLINK_NFLOG_SOCKET__NAME_BIND 0x00200000UL 772 773 712 #define NETLINK_XFRM_SOCKET__IOCTL 0x00000001UL 774 713 #define NETLINK_XFRM_SOCKET__READ 0x00000002UL … … 793 732 #define NETLINK_XFRM_SOCKET__SEND_MSG 0x00100000UL 794 733 #define NETLINK_XFRM_SOCKET__NAME_BIND 0x00200000UL 795 796 734 #define NETLINK_XFRM_SOCKET__NLMSG_READ 0x00400000UL 797 735 #define NETLINK_XFRM_SOCKET__NLMSG_WRITE 0x00800000UL 798 799 736 #define NETLINK_SELINUX_SOCKET__IOCTL 0x00000001UL 800 737 #define NETLINK_SELINUX_SOCKET__READ 0x00000002UL … … 819 756 #define NETLINK_SELINUX_SOCKET__SEND_MSG 0x00100000UL 820 757 #define NETLINK_SELINUX_SOCKET__NAME_BIND 0x00200000UL 821 822 758 #define NETLINK_AUDIT_SOCKET__IOCTL 0x00000001UL 823 759 #define NETLINK_AUDIT_SOCKET__READ 0x00000002UL … … 842 778 #define NETLINK_AUDIT_SOCKET__SEND_MSG 0x00100000UL 843 779 #define NETLINK_AUDIT_SOCKET__NAME_BIND 0x00200000UL 844 845 780 #define NETLINK_AUDIT_SOCKET__NLMSG_READ 0x00400000UL 846 781 #define NETLINK_AUDIT_SOCKET__NLMSG_WRITE 0x00800000UL 847 782 #define NETLINK_AUDIT_SOCKET__NLMSG_RELAY 0x01000000UL 848 783 #define NETLINK_AUDIT_SOCKET__NLMSG_READPRIV 0x02000000UL 849 850 784 #define NETLINK_IP6FW_SOCKET__IOCTL 0x00000001UL 851 785 #define NETLINK_IP6FW_SOCKET__READ 0x00000002UL … … 870 804 #define NETLINK_IP6FW_SOCKET__SEND_MSG 0x00100000UL 871 805 #define NETLINK_IP6FW_SOCKET__NAME_BIND 0x00200000UL 872 873 806 #define NETLINK_IP6FW_SOCKET__NLMSG_READ 0x00400000UL 874 807 #define NETLINK_IP6FW_SOCKET__NLMSG_WRITE 0x00800000UL 875 876 808 #define NETLINK_DNRT_SOCKET__IOCTL 0x00000001UL 877 809 #define NETLINK_DNRT_SOCKET__READ 0x00000002UL … … 896 828 #define NETLINK_DNRT_SOCKET__SEND_MSG 0x00100000UL 897 829 #define NETLINK_DNRT_SOCKET__NAME_BIND 0x00200000UL 898 899 830 #define DBUS__ACQUIRE_SVC 0x00000001UL 900 831 #define DBUS__SEND_MSG 0x00000002UL 901 902 832 #define NSCD__GETPWD 0x00000001UL 903 833 #define NSCD__GETGRP 0x00000002UL … … 908 838 #define NSCD__SHMEMGRP 0x00000040UL 909 839 #define NSCD__SHMEMHOST 0x00000080UL 910 911 840 #define ASSOCIATION__SENDTO 0x00000001UL 912 841 #define ASSOCIATION__RECVFROM 0x00000002UL 913 842 #define ASSOCIATION__SETCONTEXT 0x00000004UL 914 843 #define ASSOCIATION__POLMATCH 0x00000008UL 915 916 844 #define NETLINK_KOBJECT_UEVENT_SOCKET__IOCTL 0x00000001UL 917 845 #define NETLINK_KOBJECT_UEVENT_SOCKET__READ 0x00000002UL … … 936 864 #define NETLINK_KOBJECT_UEVENT_SOCKET__SEND_MSG 0x00100000UL 937 865 #define NETLINK_KOBJECT_UEVENT_SOCKET__NAME_BIND 0x00200000UL 938 939 866 #define APPLETALK_SOCKET__IOCTL 0x00000001UL 940 867 #define APPLETALK_SOCKET__READ 0x00000002UL … … 959 886 #define APPLETALK_SOCKET__SEND_MSG 0x00100000UL 960 887 #define APPLETALK_SOCKET__NAME_BIND 0x00200000UL 961 962 888 #define PACKET__SEND 0x00000001UL 963 889 #define PACKET__RECV 0x00000002UL 964 890 #define PACKET__RELABELTO 0x00000004UL 965 966 891 #define KEY__VIEW 0x00000001UL 967 892 #define KEY__READ 0x00000002UL … … 971 896 #define KEY__SETATTR 0x00000020UL 972 897 #define KEY__CREATE 0x00000040UL 898 #define CONTEXT__TRANSLATE 0x00000001UL upstream/selinux/libselinux/include/selinux/flask.h
r10 r84 64 64 #define SECCLASS_PACKET 57 65 65 #define SECCLASS_KEY 58 66 #define SECCLASS_CONTEXT 59 66 67 67 68 /* upstream/selinux/libselinux/src/av_perm_to_string.h
r10 r84 74 74 S_(SECCLASS_PROCESS, PROCESS__EXECHEAP, "execheap") 75 75 S_(SECCLASS_PROCESS, PROCESS__SETKEYCREATE, "setkeycreate") 76 S_(SECCLASS_PROCESS, PROCESS__SETSOCKCREATE, "setsockcreate") 76 77 S_(SECCLASS_MSGQ, MSGQ__ENQUEUE, "enqueue") 77 78 S_(SECCLASS_MSG, MSG__SEND, "send") … … 254 255 S_(SECCLASS_ASSOCIATION, ASSOCIATION__RECVFROM, "recvfrom") 255 256 S_(SECCLASS_ASSOCIATION, ASSOCIATION__SETCONTEXT, "setcontext") 257 S_(SECCLASS_ASSOCIATION, ASSOCIATION__POLMATCH, "polmatch") 256 258 S_(SECCLASS_PACKET, PACKET__SEND, "send") 257 259 S_(SECCLASS_PACKET, PACKET__RECV, "recv") … … 264 266 S_(SECCLASS_KEY, KEY__SETATTR, "setattr") 265 267 S_(SECCLASS_KEY, KEY__CREATE, "create") 268 S_(SECCLASS_CONTEXT, CONTEXT__TRANSLATE, "translate") upstream/selinux/libselinux/src/class_to_string.h
r10 r84 62 62 S_("packet") 63 63 S_("key") 64 S_("context") upstream/selinux/libsemanage/ChangeLog
r28 r84 1 1.8 2006-10-17 2 * Updated version for release. 3 1 4 1.6.17 2006-09-29 2 5 * Merged patch to skip reload if no active store exists and upstream/selinux/libsemanage/VERSION
r28 r84 1 1. 6.171 1.8 upstream/selinux/libsepol/ChangeLog
r28 r84 1 1.14 2006-10-17 2 * Updated version for release. 3 1 4 1.12.28 2006-09-28 2 5 * Build libsepol's static object files with -fpic upstream/selinux/libsepol/VERSION
r28 r84 1 1.1 2.281 1.14 upstream/selinux/policycoreutils/ChangeLog
r28 r84 1 1.32 2006-10-17 2 * Updated version for release. 3 4 1.30.31 2006-10-17 5 * Merged audit2allow -l fix from Yuichi Nakamura. 6 * Merged restorecon -i and -o - support from Karl MacMillan. 7 * Merged semanage/seobject fix from Dan Walsh. 8 * Merged fixfiles -R and verify changes from Dan Walsh. 9 1 10 1.30.30 2006-09-29 2 11 * Merged newrole auditing of failures due to user actions from upstream/selinux/policycoreutils/VERSION
r28 r84 1 1.3 0.301 1.32 upstream/selinux/policycoreutils/audit2allow/avc.py
r10 r84 358 358 else: 359 359 dict.append(i) 360 361 if not found: 362 regexp = "audit\(\d+\.\d+:\d+\): policy loaded" 363 m = re.match(regexp, line) 364 if m !=None: 365 found =1 366 dict.append("load_policy") 367 dict.append("granted") 368 360 369 if found: 361 370 self.translate(dict) upstream/selinux/policycoreutils/po/bn_IN.po
r10 r84 1 # translation of bn_IN.po to Bengali India 1 2 # translation of bn_IN.po to Bangla (INDIA) 2 3 # translation of bn_IN.po to Bangla (INDIA) … … 37 38 "Report-Msgid-Bugs-To: \n" 38 39 "POT-Creation-Date: 2006-06-29 15:53-0400\n" 39 "PO-Revision-Date: 2006-0 5-09 18:04+0530\n"40 "PO-Revision-Date: 2006-09-20 16:53+0530\n" 40 41 "Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n" 41 "Language-Team: B angla (INDIA) <redhat-translation@bengalinux.org>\n"42 "Language-Team: Bengali India\n" 42 43 "MIME-Version: 1.0\n" 43 44 "Content-Type: text/plain; charset=UTF-8\n" 44 45 "Content-Transfer-Encoding: 8bit\n" 45 46 "X-Generator: KBabel 1.9.1\n" 46 "Plural-Forms: nplurals=2; plural=(n != 1);\n "47 "Plural-Forms: nplurals=2; plural=(n != 1);\n\n" 47 48 48 49 #: ../load_policy/load_policy.c:22 … … 184 185 #, c-format 185 186 msgid "failed to set new role %s\n" 186 msgstr " new role%s àŠžà§àŠ¥àŠŸàŠªàŠš àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥\n"187 msgstr "àŠšàŠ€à§àŠš àŠà§àŠ®àŠ¿àŠàŠŸ %s àŠžà§àŠ¥àŠŸàŠªàŠš àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥\n" 187 188 188 189 #: ../newrole/newrole.c:671 … … 204 205 #, c-format 205 206 msgid "failed to convert new context to string\n" 206 msgstr " newcontext'àŠà§ string àŠ¹àŠ¿àŠžàŠŸàŠ¬à§ àŠ°à§àŠªàŠŸàŠšà§àŠ€àŠ° àŠàŠ°àŠŸ àŠ¯àŠŸà§àŠšàŠ¿\n"207 msgstr "àŠšàŠ€à§àŠš context'àŠà§ string àŠ¹àŠ¿àŠžàŠŸàŠ¬à§ àŠ°à§àŠªàŠŸàŠšà§àŠ€àŠ° àŠàŠ°àŠŸ àŠ¯àŠŸà§àŠšàŠ¿\n" 207 208 208 209 #: ../newrole/newrole.c:717 … … 463 464 msgid "%s already defined in translations" 464 465 msgstr "àŠ 465 àŠšà§àŠ¬àŠŸàŠŠà§àа àŠ®àŠ§à§àŠ¯à§ %s àŠ¬àŠ°à§àŠ€àŠ®àŠŸàŠš àŠ¬à§àŠ¯àŠŸàŠà§àŠ¯àŠŸ àŠàŠ°àŠŸ àŠ¹à§à§àŠà§"466 àŠšà§àŠ¬àŠŸàŠŠà§àа àŠ®àŠ§à§àŠ¯à§ %s àŠ¬àŠ°à§àŠ€àŠ®àŠŸàŠšà§ àŠ¬à§àŠ¯àŠŸàŠà§àŠ¯àŠŸ àŠàŠ°àŠŸ àŠ¹à§à§àŠà§" 466 467 467 468 #: ../semanage/seobject.py:189 … … 943 944 #, python-format 944 945 msgid "File context for %s is defined in policy, cannot be deleted" 945 msgstr "" 946 "%s'àŠ° àŠ«àŠŸàŠàв context àŠšàŠ¿à§àŠ®àŠšà§àŠ€àŠ¿àŠ° àŠ®àŠ§à§àŠ¯à§ àŠšàŠ¿àŠ°à§àŠ§àŠŸàŠ°àŠ¿àŠ€ àŠ¹àŠà§àŠŸàŠ° àŠ«àŠ²à§ àŠ€àŠŸ àŠ 946 msgstr "%s'àŠ° àŠ«àŠŸàŠàв context àŠšàŠ¿à§àŠ®àŠšà§àŠ€àŠ¿àŠ° àŠ®àŠ§à§àŠ¯à§ àŠšàŠ¿àŠ°à§àŠ§àŠŸàŠ°àŠ¿àŠ€ àŠ¹àŠà§àŠŸàŠ° àŠ«àŠ²à§ àŠ€àŠŸ àŠ 947 947 àŠªàŠžàŠŸàŠ°àŠ£ àŠàŠ°àŠŸ àŠžàŠ®à§àŠàЬ àŠšà§" 948 948 … … 1031 1031 #, c-format 1032 1032 msgid "Options Error: %s " 1033 msgstr "àŠ¬àŠ¿àŠàвà§àŠª àŠžàŠàŠà§àŠ°àŠŸàŠšà§àŠ€ àŠ€à§àаà§àŠàŠ¿: %s " 1033 msgstr "àŠ¬àŠ¿àŠàвà§àŠª àŠžàŠàŠà§àŠ°àŠŸàŠšà§àŠ€ àŠ€à§àаà§àŠàŠ¿: %s" 1034 upstream/selinux/policycoreutils/po/ca.po
r10 r84 5 5 # 6 6 # Josep Puigdemont Casamajó <josep.puigdemont@gmail.com>, 2006. 7 # Xavier Conde Rueda <xavi.conde@gmail.com>, 2006 7 8 # 8 9 # This file is translated according to the glossary and style guide of … … 23 24 "Report-Msgid-Bugs-To: \n" 24 25 "POT-Creation-Date: 2006-06-29 15:53-0400\n" 25 "PO-Revision-Date: 2006-0 5-1310:34+0200\n"26 "Last-Translator: Josep Puigdemont Casamajó <josep.puigdemont@gmail.com>\n"26 "PO-Revision-Date: 2006-08-28 10:34+0200\n" 27 "Last-Translator: Xavier Conde Rueda <xavi.conde@gmail.com>\n" 27 28 "Language-Team: Catalan <tradgnome@softcatala.org>\n" 28 29 "MIME-Version: 1.0\n" … … 38 39 #, c-format 39 40 msgid "%s: Can't load policy: %s\n" 40 msgstr "%s: No es pot carregar la polÃtica: %s\n"41 msgstr "%s: no es pot carregar la polÃtica: %s\n" 41 42 42 43 #: ../newrole/newrole.c:97 43 44 #, c-format 44 45 msgid "Out of memory!\n" 45 msgstr "No hi ha prou memòria !\n"46 msgstr "No hi ha prou memòria\n" 46 47 47 48 #: ../newrole/newrole.c:199 ../run_init/run_init.c:126 … … 62 63 #, c-format 63 64 msgid "Cannot find your entry in the shadow passwd file.\n" 64 msgstr "No s'ha pogut trobar la vostra entrada en el fitxer passwd ocult.\n" 65 msgstr "" 66 "No s'ha pogut trobar la vostra entrada en el fitxer de contrasenyes " 67 "ocultes.\n" 65 68 66 69 #: ../newrole/newrole.c:287 ../run_init/run_init.c:195 … … 72 75 #, c-format 73 76 msgid "Error initing capabilities, aborting.\n" 74 msgstr " "77 msgstr "S'ha produït un error en iniciar les capacitats, s'està anul·lant.\n" 75 78 76 79 #: ../newrole/newrole.c:368 77 80 #, c-format 78 81 msgid "Error dropping capabilities, aborting\n" 79 msgstr " "82 msgstr "S'ha produït un error en eliminar les capacitats, s'està anul·lant.\n" 80 83 81 84 #: ../newrole/newrole.c:375 82 85 #, c-format 83 86 msgid "Error changing uid, aborting.\n" 84 msgstr " "87 msgstr "S'ha produït un error en canviar l'UID, s'està anul·lant.\n" 85 88 86 89 #: ../newrole/newrole.c:382 … … 88 91 msgid "Error resetting KEEPCAPS, aborting\n" 89 92 msgstr "" 93 "S'ha produït un error en tornar a establir el valor de KEEPCAPS, s'està " 94 "anul·lant.\n" 90 95 91 96 #: ../newrole/newrole.c:390 … … 93 98 msgid "Error dropping SETUID capability, aborting\n" 94 99 msgstr "" 100 "S'ha produït un error en eliminar la capacitat per a SETUID, s'està " 101 "anul·lant.\n" 95 102 96 103 #: ../newrole/newrole.c:463 97 104 #, c-format 98 105 msgid "Sorry, newrole may be used only on a SELinux kernel.\n" 99 msgstr " "106 msgstr "El newrole només es pot fer servir amb un nucli amb SELinux.\n" 100 107 101 108 #: ../newrole/newrole.c:468 102 109 #, c-format 103 110 msgid "Could not determine enforcing mode.\n" 104 msgstr " "111 msgstr "No s'ha pogut determinar el mode de reforç.\n" 105 112 106 113 #: ../newrole/newrole.c:488 107 114 #, c-format 108 115 msgid "Error: multiple roles specified\n" 109 msgstr " "116 msgstr "S'ha produït un error: s'han especificat múltiples rols\n" 110 117 111 118 #: ../newrole/newrole.c:498 112 119 #, c-format 113 120 msgid "Error: multiple types specified\n" 114 msgstr " "121 msgstr "S'ha produït un error: s'han especificat múltiples tipus\n" 115 122 116 123 #: ../newrole/newrole.c:508 117 124 #, c-format 118 125 msgid "Sorry, -l may be used with SELinux MLS support.\n" 119 msgstr " "126 msgstr "El «-l» s'ha de fer servir amb suport MLS de SELinux.\n" 120 127 121 128 #: ../newrole/newrole.c:515 122 129 #, c-format 123 130 msgid "Error: multiple levels specified\n" 124 msgstr " "131 msgstr "S'ha produït un error: s'han especificat múltiples nivells\n" 125 132 126 133 #: ../newrole/newrole.c:537 127 134 #, c-format 128 135 msgid "Couldn't get default type.\n" 129 msgstr " "136 msgstr "No s'ha pogut obtenir el tipus predeterminat.\n" 130 137 131 138 #: ../newrole/newrole.c:559 132 139 #, c-format 133 140 msgid "failed to get old_context.\n" 134 msgstr " "141 msgstr "no s'ha pogut obtenir l'old_context.\n" 135 142 136 143 #: ../newrole/newrole.c:572 137 144 #, c-format 138 145 msgid "failed to get new context.\n" 139 msgstr " "146 msgstr "no s'ha pogut obtenir el nou context.\n" 140 147 141 148 #: ../newrole/newrole.c:596 142 149 #, c-format 143 150 msgid "cannot find your entry in the passwd file.\n" 144 msgstr " "151 msgstr "no s'ha trobat la vostra entrada en el fitxer de contraseny
