Changeset 84

Show
Ignore:
Timestamp:
10/23/06 18:17:35 (2 years ago)
Author:
ccase
Message:

updated to upstream 2006-10-23

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • upstream/selinux/checkpolicy/ChangeLog

    r28 r84  
     11.32 2006-10-17 
     2        * Updated version for release. 
     3 
    141.30.12 2006-09-28 
    25        * Merged user and range_transition support for modules from  
  • upstream/selinux/checkpolicy/VERSION

    r28 r84  
    1 1.30.1
     11.3
  • upstream/selinux/libselinux/ChangeLog

    r58 r84  
     11.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 
     61.32 2006-10-17 
     7        * Updated version for release. 
     8 
    191.30.30 2006-10-05 
    210        * Merged patch from Darrel Goeddel to always use untranslated 
  • upstream/selinux/libselinux/VERSION

    r58 r84  
    1 1.30.30 
     11.33.1 
  • upstream/selinux/libselinux/include/selinux/av_permissions.h

    r28 r84  
    1717#define COMMON_FILE__QUOTAON                             0x00008000UL 
    1818#define COMMON_FILE__MOUNTON                             0x00010000UL 
    19  
    2019#define COMMON_SOCKET__IOCTL                             0x00000001UL 
    2120#define COMMON_SOCKET__READ                              0x00000002UL 
     
    4039#define COMMON_SOCKET__SEND_MSG                          0x00100000UL 
    4140#define COMMON_SOCKET__NAME_BIND                         0x00200000UL 
    42  
    4341#define COMMON_IPC__CREATE                               0x00000001UL 
    4442#define COMMON_IPC__DESTROY                              0x00000002UL 
     
    5048#define COMMON_IPC__UNIX_READ                            0x00000080UL 
    5149#define COMMON_IPC__UNIX_WRITE                           0x00000100UL 
    52  
    5350#define FILESYSTEM__MOUNT                         0x00000001UL 
    5451#define FILESYSTEM__REMOUNT                       0x00000002UL 
     
    6158#define FILESYSTEM__QUOTAMOD                      0x00000100UL 
    6259#define FILESYSTEM__QUOTAGET                      0x00000200UL 
    63  
    6460#define DIR__IOCTL                                0x00000001UL 
    6561#define DIR__READ                                 0x00000002UL 
     
    7975#define DIR__QUOTAON                              0x00008000UL 
    8076#define DIR__MOUNTON                              0x00010000UL 
    81  
    8277#define DIR__ADD_NAME                             0x00020000UL 
    8378#define DIR__REMOVE_NAME                          0x00040000UL 
     
    8580#define DIR__SEARCH                               0x00100000UL 
    8681#define DIR__RMDIR                                0x00200000UL 
    87  
    8882#define FILE__IOCTL                               0x00000001UL 
    8983#define FILE__READ                                0x00000002UL 
     
    10397#define FILE__QUOTAON                             0x00008000UL 
    10498#define FILE__MOUNTON                             0x00010000UL 
    105  
    10699#define FILE__EXECUTE_NO_TRANS                    0x00020000UL 
    107100#define FILE__ENTRYPOINT                          0x00040000UL 
    108101#define FILE__EXECMOD                             0x00080000UL 
    109  
    110102#define LNK_FILE__IOCTL                           0x00000001UL 
    111103#define LNK_FILE__READ                            0x00000002UL 
     
    125117#define LNK_FILE__QUOTAON                         0x00008000UL 
    126118#define LNK_FILE__MOUNTON                         0x00010000UL 
    127  
    128119#define CHR_FILE__IOCTL                           0x00000001UL 
    129120#define CHR_FILE__READ                            0x00000002UL 
     
    143134#define CHR_FILE__QUOTAON                         0x00008000UL 
    144135#define CHR_FILE__MOUNTON                         0x00010000UL 
    145  
    146136#define CHR_FILE__EXECUTE_NO_TRANS                0x00020000UL 
    147137#define CHR_FILE__ENTRYPOINT                      0x00040000UL 
    148138#define CHR_FILE__EXECMOD                         0x00080000UL 
    149  
    150139#define BLK_FILE__IOCTL                           0x00000001UL 
    151140#define BLK_FILE__READ                            0x00000002UL 
     
    165154#define BLK_FILE__QUOTAON                         0x00008000UL 
    166155#define BLK_FILE__MOUNTON                         0x00010000UL 
    167  
    168156#define SOCK_FILE__IOCTL                          0x00000001UL 
    169157#define SOCK_FILE__READ                           0x00000002UL 
     
    183171#define SOCK_FILE__QUOTAON                        0x00008000UL 
    184172#define SOCK_FILE__MOUNTON                        0x00010000UL 
    185  
    186173#define FIFO_FILE__IOCTL                          0x00000001UL 
    187174#define FIFO_FILE__READ                           0x00000002UL 
     
    201188#define FIFO_FILE__QUOTAON                        0x00008000UL 
    202189#define FIFO_FILE__MOUNTON                        0x00010000UL 
    203  
    204190#define FD__USE                                   0x00000001UL 
    205  
    206191#define SOCKET__IOCTL                             0x00000001UL 
    207192#define SOCKET__READ                              0x00000002UL 
     
    226211#define SOCKET__SEND_MSG                          0x00100000UL 
    227212#define SOCKET__NAME_BIND                         0x00200000UL 
    228  
    229213#define TCP_SOCKET__IOCTL                         0x00000001UL 
    230214#define TCP_SOCKET__READ                          0x00000002UL 
     
    249233#define TCP_SOCKET__SEND_MSG                      0x00100000UL 
    250234#define TCP_SOCKET__NAME_BIND                     0x00200000UL 
    251  
    252235#define TCP_SOCKET__CONNECTTO                     0x00400000UL 
    253236#define TCP_SOCKET__NEWCONN                       0x00800000UL 
     
    255238#define TCP_SOCKET__NODE_BIND                     0x02000000UL 
    256239#define TCP_SOCKET__NAME_CONNECT                  0x04000000UL 
    257  
    258240#define UDP_SOCKET__IOCTL                         0x00000001UL 
    259241#define UDP_SOCKET__READ                          0x00000002UL 
     
    278260#define UDP_SOCKET__SEND_MSG                      0x00100000UL 
    279261#define UDP_SOCKET__NAME_BIND                     0x00200000UL 
    280  
    281262#define UDP_SOCKET__NODE_BIND                     0x00400000UL 
    282  
    283263#define RAWIP_SOCKET__IOCTL                       0x00000001UL 
    284264#define RAWIP_SOCKET__READ                        0x00000002UL 
     
    303283#define RAWIP_SOCKET__SEND_MSG                    0x00100000UL 
    304284#define RAWIP_SOCKET__NAME_BIND                   0x00200000UL 
    305  
    306285#define RAWIP_SOCKET__NODE_BIND                   0x00400000UL 
    307  
    308286#define NODE__TCP_RECV                            0x00000001UL 
    309287#define NODE__TCP_SEND                            0x00000002UL 
     
    313291#define NODE__RAWIP_SEND                          0x00000020UL 
    314292#define NODE__ENFORCE_DEST                        0x00000040UL 
    315  
    316293#define NETIF__TCP_RECV                           0x00000001UL 
    317294#define NETIF__TCP_SEND                           0x00000002UL 
     
    320297#define NETIF__RAWIP_RECV                         0x00000010UL 
    321298#define NETIF__RAWIP_SEND                         0x00000020UL 
    322  
    323299#define NETLINK_SOCKET__IOCTL                     0x00000001UL 
    324300#define NETLINK_SOCKET__READ                      0x00000002UL 
     
    343319#define NETLINK_SOCKET__SEND_MSG                  0x00100000UL 
    344320#define NETLINK_SOCKET__NAME_BIND                 0x00200000UL 
    345  
    346321#define PACKET_SOCKET__IOCTL                      0x00000001UL 
    347322#define PACKET_SOCKET__READ                       0x00000002UL 
     
    366341#define PACKET_SOCKET__SEND_MSG                   0x00100000UL 
    367342#define PACKET_SOCKET__NAME_BIND                  0x00200000UL 
    368  
    369343#define KEY_SOCKET__IOCTL                         0x00000001UL 
    370344#define KEY_SOCKET__READ                          0x00000002UL 
     
    389363#define KEY_SOCKET__SEND_MSG                      0x00100000UL 
    390364#define KEY_SOCKET__NAME_BIND                     0x00200000UL 
    391  
    392365#define UNIX_STREAM_SOCKET__IOCTL                 0x00000001UL 
    393366#define UNIX_STREAM_SOCKET__READ                  0x00000002UL 
     
    412385#define UNIX_STREAM_SOCKET__SEND_MSG              0x00100000UL 
    413386#define UNIX_STREAM_SOCKET__NAME_BIND             0x00200000UL 
    414  
    415387#define UNIX_STREAM_SOCKET__CONNECTTO             0x00400000UL 
    416388#define UNIX_STREAM_SOCKET__NEWCONN               0x00800000UL 
    417389#define UNIX_STREAM_SOCKET__ACCEPTFROM            0x01000000UL 
    418  
    419390#define UNIX_DGRAM_SOCKET__IOCTL                  0x00000001UL 
    420391#define UNIX_DGRAM_SOCKET__READ                   0x00000002UL 
     
    439410#define UNIX_DGRAM_SOCKET__SEND_MSG               0x00100000UL 
    440411#define UNIX_DGRAM_SOCKET__NAME_BIND              0x00200000UL 
    441  
    442412#define PROCESS__FORK                             0x00000001UL 
    443413#define PROCESS__TRANSITION                       0x00000002UL 
     
    470440#define PROCESS__SETKEYCREATE                     0x10000000UL 
    471441#define PROCESS__SETSOCKCREATE                    0x20000000UL 
    472  
    473442#define IPC__CREATE                               0x00000001UL 
    474443#define IPC__DESTROY                              0x00000002UL 
     
    480449#define IPC__UNIX_READ                            0x00000080UL 
    481450#define IPC__UNIX_WRITE                           0x00000100UL 
    482  
    483451#define SEM__CREATE                               0x00000001UL 
    484452#define SEM__DESTROY                              0x00000002UL 
     
    490458#define SEM__UNIX_READ                            0x00000080UL 
    491459#define SEM__UNIX_WRITE                           0x00000100UL 
    492  
    493460#define MSGQ__CREATE                              0x00000001UL 
    494461#define MSGQ__DESTROY                             0x00000002UL 
     
    500467#define MSGQ__UNIX_READ                           0x00000080UL 
    501468#define MSGQ__UNIX_WRITE                          0x00000100UL 
    502  
    503469#define MSGQ__ENQUEUE                             0x00000200UL 
    504  
    505470#define MSG__SEND                                 0x00000001UL 
    506471#define MSG__RECEIVE                              0x00000002UL 
    507  
    508472#define SHM__CREATE                               0x00000001UL 
    509473#define SHM__DESTROY                              0x00000002UL 
     
    515479#define SHM__UNIX_READ                            0x00000080UL 
    516480#define SHM__UNIX_WRITE                           0x00000100UL 
    517  
    518481#define SHM__LOCK                                 0x00000200UL 
    519  
    520482#define SECURITY__COMPUTE_AV                      0x00000001UL 
    521483#define SECURITY__COMPUTE_CREATE                  0x00000002UL 
     
    529491#define SECURITY__SETSECPARAM                     0x00000200UL 
    530492#define SECURITY__SETCHECKREQPROT                 0x00000400UL 
    531  
    532493#define SYSTEM__IPC_INFO                          0x00000001UL 
    533494#define SYSTEM__SYSLOG_READ                       0x00000002UL 
    534495#define SYSTEM__SYSLOG_MOD                        0x00000004UL 
    535496#define SYSTEM__SYSLOG_CONSOLE                    0x00000008UL 
    536  
    537497#define CAPABILITY__CHOWN                         0x00000001UL 
    538498#define CAPABILITY__DAC_OVERRIDE                  0x00000002UL 
     
    566526#define CAPABILITY__AUDIT_WRITE                   0x20000000UL 
    567527#define CAPABILITY__AUDIT_CONTROL                 0x40000000UL 
    568  
    569528#define PASSWD__PASSWD                            0x00000001UL 
    570529#define PASSWD__CHFN                              0x00000002UL 
     
    572531#define PASSWD__ROOTOK                            0x00000008UL 
    573532#define PASSWD__CRONTAB                           0x00000010UL 
    574  
    575533#define DRAWABLE__CREATE                          0x00000001UL 
    576534#define DRAWABLE__DESTROY                         0x00000002UL 
     
    578536#define DRAWABLE__COPY                            0x00000008UL 
    579537#define DRAWABLE__GETATTR                         0x00000010UL 
    580  
    581538#define GC__CREATE                                0x00000001UL 
    582539#define GC__FREE                                  0x00000002UL 
    583540#define GC__GETATTR                               0x00000004UL 
    584541#define GC__SETATTR                               0x00000008UL 
    585  
    586542#define WINDOW__ADDCHILD                          0x00000001UL 
    587543#define WINDOW__CREATE                            0x00000002UL 
     
    610566#define WINDOW__SERVERCHANGEEVENT                 0x01000000UL 
    611567#define WINDOW__EXTENSIONEVENT                    0x02000000UL 
    612  
    613568#define FONT__LOAD                                0x00000001UL 
    614569#define FONT__FREE                                0x00000002UL 
    615570#define FONT__GETATTR                             0x00000004UL 
    616571#define FONT__USE                                 0x00000008UL 
    617  
    618572#define COLORMAP__CREATE                          0x00000001UL 
    619573#define COLORMAP__FREE                            0x00000002UL 
     
    625579#define COLORMAP__GETATTR                         0x00000080UL 
    626580#define COLORMAP__SETATTR                         0x00000100UL 
    627  
    628581#define PROPERTY__CREATE                          0x00000001UL 
    629582#define PROPERTY__FREE                            0x00000002UL 
    630583#define PROPERTY__READ                            0x00000004UL 
    631584#define PROPERTY__WRITE                           0x00000008UL 
    632  
    633585#define CURSOR__CREATE                            0x00000001UL 
    634586#define CURSOR__CREATEGLYPH                       0x00000002UL 
     
    636588#define CURSOR__ASSIGN                            0x00000008UL 
    637589#define CURSOR__SETATTR                           0x00000010UL 
    638  
    639590#define XCLIENT__KILL                             0x00000001UL 
    640  
    641591#define XINPUT__LOOKUP                            0x00000001UL 
    642592#define XINPUT__GETATTR                           0x00000002UL 
     
    650600#define XINPUT__MOUSEMOTION                       0x00000200UL 
    651601#define XINPUT__RELABELINPUT                      0x00000400UL 
    652  
    653602#define XSERVER__SCREENSAVER                      0x00000001UL 
    654603#define XSERVER__GETHOSTLIST                      0x00000002UL 
     
    659608#define XSERVER__GRAB                             0x00000040UL 
    660609#define XSERVER__UNGRAB                           0x00000080UL 
    661  
    662610#define XEXTENSION__QUERY                         0x00000001UL 
    663611#define XEXTENSION__USE                           0x00000002UL 
    664  
    665612#define PAX__PAGEEXEC                             0x00000001UL 
    666613#define PAX__EMUTRAMP                             0x00000002UL 
     
    669616#define PAX__RANDEXEC                             0x00000010UL 
    670617#define PAX__SEGMEXEC                             0x00000020UL 
    671  
    672618#define NETLINK_ROUTE_SOCKET__IOCTL               0x00000001UL 
    673619#define NETLINK_ROUTE_SOCKET__READ                0x00000002UL 
     
    692638#define NETLINK_ROUTE_SOCKET__SEND_MSG            0x00100000UL 
    693639#define NETLINK_ROUTE_SOCKET__NAME_BIND           0x00200000UL 
    694  
    695640#define NETLINK_ROUTE_SOCKET__NLMSG_READ          0x00400000UL 
    696641#define NETLINK_ROUTE_SOCKET__NLMSG_WRITE         0x00800000UL 
    697  
    698642#define NETLINK_FIREWALL_SOCKET__IOCTL            0x00000001UL 
    699643#define NETLINK_FIREWALL_SOCKET__READ             0x00000002UL 
     
    718662#define NETLINK_FIREWALL_SOCKET__SEND_MSG         0x00100000UL 
    719663#define NETLINK_FIREWALL_SOCKET__NAME_BIND        0x00200000UL 
    720  
    721664#define NETLINK_FIREWALL_SOCKET__NLMSG_READ       0x00400000UL 
    722665#define NETLINK_FIREWALL_SOCKET__NLMSG_WRITE      0x00800000UL 
    723  
    724666#define NETLINK_TCPDIAG_SOCKET__IOCTL             0x00000001UL 
    725667#define NETLINK_TCPDIAG_SOCKET__READ              0x00000002UL 
     
    744686#define NETLINK_TCPDIAG_SOCKET__SEND_MSG          0x00100000UL 
    745687#define NETLINK_TCPDIAG_SOCKET__NAME_BIND         0x00200000UL 
    746  
    747688#define NETLINK_TCPDIAG_SOCKET__NLMSG_READ        0x00400000UL 
    748689#define NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE       0x00800000UL 
    749  
    750690#define NETLINK_NFLOG_SOCKET__IOCTL               0x00000001UL 
    751691#define NETLINK_NFLOG_SOCKET__READ                0x00000002UL 
     
    770710#define NETLINK_NFLOG_SOCKET__SEND_MSG            0x00100000UL 
    771711#define NETLINK_NFLOG_SOCKET__NAME_BIND           0x00200000UL 
    772  
    773712#define NETLINK_XFRM_SOCKET__IOCTL                0x00000001UL 
    774713#define NETLINK_XFRM_SOCKET__READ                 0x00000002UL 
     
    793732#define NETLINK_XFRM_SOCKET__SEND_MSG             0x00100000UL 
    794733#define NETLINK_XFRM_SOCKET__NAME_BIND            0x00200000UL 
    795  
    796734#define NETLINK_XFRM_SOCKET__NLMSG_READ           0x00400000UL 
    797735#define NETLINK_XFRM_SOCKET__NLMSG_WRITE          0x00800000UL 
    798  
    799736#define NETLINK_SELINUX_SOCKET__IOCTL             0x00000001UL 
    800737#define NETLINK_SELINUX_SOCKET__READ              0x00000002UL 
     
    819756#define NETLINK_SELINUX_SOCKET__SEND_MSG          0x00100000UL 
    820757#define NETLINK_SELINUX_SOCKET__NAME_BIND         0x00200000UL 
    821  
    822758#define NETLINK_AUDIT_SOCKET__IOCTL               0x00000001UL 
    823759#define NETLINK_AUDIT_SOCKET__READ                0x00000002UL 
     
    842778#define NETLINK_AUDIT_SOCKET__SEND_MSG            0x00100000UL 
    843779#define NETLINK_AUDIT_SOCKET__NAME_BIND           0x00200000UL 
    844  
    845780#define NETLINK_AUDIT_SOCKET__NLMSG_READ          0x00400000UL 
    846781#define NETLINK_AUDIT_SOCKET__NLMSG_WRITE         0x00800000UL 
    847782#define NETLINK_AUDIT_SOCKET__NLMSG_RELAY         0x01000000UL 
    848783#define NETLINK_AUDIT_SOCKET__NLMSG_READPRIV      0x02000000UL 
    849  
    850784#define NETLINK_IP6FW_SOCKET__IOCTL               0x00000001UL 
    851785#define NETLINK_IP6FW_SOCKET__READ                0x00000002UL 
     
    870804#define NETLINK_IP6FW_SOCKET__SEND_MSG            0x00100000UL 
    871805#define NETLINK_IP6FW_SOCKET__NAME_BIND           0x00200000UL 
    872  
    873806#define NETLINK_IP6FW_SOCKET__NLMSG_READ          0x00400000UL 
    874807#define NETLINK_IP6FW_SOCKET__NLMSG_WRITE         0x00800000UL 
    875  
    876808#define NETLINK_DNRT_SOCKET__IOCTL                0x00000001UL 
    877809#define NETLINK_DNRT_SOCKET__READ                 0x00000002UL 
     
    896828#define NETLINK_DNRT_SOCKET__SEND_MSG             0x00100000UL 
    897829#define NETLINK_DNRT_SOCKET__NAME_BIND            0x00200000UL 
    898  
    899830#define DBUS__ACQUIRE_SVC                         0x00000001UL 
    900831#define DBUS__SEND_MSG                            0x00000002UL 
    901  
    902832#define NSCD__GETPWD                              0x00000001UL 
    903833#define NSCD__GETGRP                              0x00000002UL 
     
    908838#define NSCD__SHMEMGRP                            0x00000040UL 
    909839#define NSCD__SHMEMHOST                           0x00000080UL 
    910  
    911840#define ASSOCIATION__SENDTO                       0x00000001UL 
    912841#define ASSOCIATION__RECVFROM                     0x00000002UL 
    913842#define ASSOCIATION__SETCONTEXT                   0x00000004UL 
    914843#define ASSOCIATION__POLMATCH                     0x00000008UL 
    915  
    916844#define NETLINK_KOBJECT_UEVENT_SOCKET__IOCTL      0x00000001UL 
    917845#define NETLINK_KOBJECT_UEVENT_SOCKET__READ       0x00000002UL 
     
    936864#define NETLINK_KOBJECT_UEVENT_SOCKET__SEND_MSG   0x00100000UL 
    937865#define NETLINK_KOBJECT_UEVENT_SOCKET__NAME_BIND  0x00200000UL 
    938  
    939866#define APPLETALK_SOCKET__IOCTL                   0x00000001UL 
    940867#define APPLETALK_SOCKET__READ                    0x00000002UL 
     
    959886#define APPLETALK_SOCKET__SEND_MSG                0x00100000UL 
    960887#define APPLETALK_SOCKET__NAME_BIND               0x00200000UL 
    961  
    962888#define PACKET__SEND                              0x00000001UL 
    963889#define PACKET__RECV                              0x00000002UL 
    964890#define PACKET__RELABELTO                         0x00000004UL 
    965  
    966891#define KEY__VIEW                                 0x00000001UL 
    967892#define KEY__READ                                 0x00000002UL 
     
    971896#define KEY__SETATTR                              0x00000020UL 
    972897#define KEY__CREATE                               0x00000040UL 
     898#define CONTEXT__TRANSLATE                        0x00000001UL 
  • upstream/selinux/libselinux/include/selinux/flask.h

    r10 r84  
    6464#define SECCLASS_PACKET                                  57 
    6565#define SECCLASS_KEY                                     58 
     66#define SECCLASS_CONTEXT                                 59 
    6667 
    6768/* 
  • upstream/selinux/libselinux/src/av_perm_to_string.h

    r10 r84  
    7474    S_(SECCLASS_PROCESS, PROCESS__EXECHEAP, "execheap") 
    7575    S_(SECCLASS_PROCESS, PROCESS__SETKEYCREATE, "setkeycreate") 
     76    S_(SECCLASS_PROCESS, PROCESS__SETSOCKCREATE, "setsockcreate") 
    7677    S_(SECCLASS_MSGQ, MSGQ__ENQUEUE, "enqueue") 
    7778    S_(SECCLASS_MSG, MSG__SEND, "send") 
     
    254255    S_(SECCLASS_ASSOCIATION, ASSOCIATION__RECVFROM, "recvfrom") 
    255256    S_(SECCLASS_ASSOCIATION, ASSOCIATION__SETCONTEXT, "setcontext") 
     257    S_(SECCLASS_ASSOCIATION, ASSOCIATION__POLMATCH, "polmatch") 
    256258    S_(SECCLASS_PACKET, PACKET__SEND, "send") 
    257259    S_(SECCLASS_PACKET, PACKET__RECV, "recv") 
     
    264266    S_(SECCLASS_KEY, KEY__SETATTR, "setattr") 
    265267    S_(SECCLASS_KEY, KEY__CREATE, "create") 
     268    S_(SECCLASS_CONTEXT, CONTEXT__TRANSLATE, "translate") 
  • upstream/selinux/libselinux/src/class_to_string.h

    r10 r84  
    6262    S_("packet") 
    6363    S_("key") 
     64    S_("context") 
  • upstream/selinux/libsemanage/ChangeLog

    r28 r84  
     11.8 2006-10-17 
     2        * Updated version for release. 
     3 
    141.6.17 2006-09-29 
    25        * Merged patch to skip reload if no active store exists and 
  • upstream/selinux/libsemanage/VERSION

    r28 r84  
    1 1.6.17 
     11.8 
  • upstream/selinux/libsepol/ChangeLog

    r28 r84  
     11.14 2006-10-17 
     2        * Updated version for release. 
     3 
    141.12.28 2006-09-28 
    25        * Build libsepol's static object files with -fpic 
  • upstream/selinux/libsepol/VERSION

    r28 r84  
    1 1.12.28 
     11.14 
  • upstream/selinux/policycoreutils/ChangeLog

    r28 r84  
     11.32 2006-10-17 
     2        * Updated version for release. 
     3 
     41.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 
    1101.30.30 2006-09-29 
    211        * Merged newrole auditing of failures due to user actions from 
  • upstream/selinux/policycoreutils/VERSION

    r28 r84  
    1 1.30.30 
     11.32 
  • upstream/selinux/policycoreutils/audit2allow/avc.py

    r10 r84  
    358358                            else: 
    359359                                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                         
    360369                    if found: 
    361370                        self.translate(dict) 
  • upstream/selinux/policycoreutils/po/bn_IN.po

    r10 r84  
     1# translation of bn_IN.po to Bengali India 
    12# translation of bn_IN.po to Bangla (INDIA) 
    23# translation of bn_IN.po to Bangla (INDIA) 
     
    3738"Report-Msgid-Bugs-To: \n" 
    3839"POT-Creation-Date: 2006-06-29 15:53-0400\n" 
    39 "PO-Revision-Date: 2006-05-09 18:04+0530\n" 
     40"PO-Revision-Date: 2006-09-20 16:53+0530\n" 
    4041"Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n" 
    41 "Language-Team: Bangla (INDIA) <redhat-translation@bengalinux.org>\n" 
     42"Language-Team: Bengali India\n" 
    4243"MIME-Version: 1.0\n" 
    4344"Content-Type: text/plain; charset=UTF-8\n" 
    4445"Content-Transfer-Encoding: 8bit\n" 
    4546"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
    4748 
    4849#: ../load_policy/load_policy.c:22 
     
    184185#, c-format 
    185186msgid "failed to set new role %s\n" 
    186 msgstr "new role %s àŠžà§àŠ¥àŠŸàŠªàŠš àŠ•àŠ°àŠ€à§‡ àŠ¬à§àŠ¯àŠ°à§àŠ¥\n" 
     187msgstr "àŠšàŠ€à§àŠš àŠ­à§‚àŠ®àŠ¿àŠ•àŠŸ %s àŠžà§àŠ¥àŠŸàŠªàŠš àŠ•àŠ°àŠ€à§‡ àŠ¬à§àŠ¯àŠ°à§àŠ¥\n" 
    187188 
    188189#: ../newrole/newrole.c:671 
     
    204205#, c-format 
    205206msgid "failed to convert new context to string\n" 
    206 msgstr "new context'àŠ•à§‡ string àŠ¹àŠ¿àŠžàŠŸàŠ¬à§‡ àŠ°à§‚àŠªàŠŸàŠšà§àŠ€àŠ° àŠ•àŠ°àŠŸ àŠ¯àŠŸà§ŸàŠšàŠ¿\n" 
     207msgstr "àŠšàŠ€à§àŠš context'àŠ•à§‡ string àŠ¹àŠ¿àŠžàŠŸàŠ¬à§‡ àŠ°à§‚àŠªàŠŸàŠšà§àŠ€àŠ° àŠ•àŠ°àŠŸ àŠ¯àŠŸà§ŸàŠšàŠ¿\n" 
    207208 
    208209#: ../newrole/newrole.c:717 
     
    463464msgid "%s already defined in translations" 
    464465msgstr "àŠ 
    465 àŠšà§àŠ¬àŠŸàŠŠà§‡àŠ° àŠ®àŠ§à§àŠ¯à§‡ %s àŠ¬àŠ°à§àŠ€àŠ®àŠŸàŠš àŠ¬à§àŠ¯àŠŸàŠ–à§àŠ¯àŠŸ àŠ•àŠ°àŠŸ àŠ¹à§Ÿà§‡àŠ›à§‡" 
     466àŠšà§àŠ¬àŠŸàŠŠà§‡àŠ° àŠ®àŠ§à§àŠ¯à§‡ %s àŠ¬àŠ°à§àŠ€àŠ®àŠŸàŠšà§‡ àŠ¬à§àŠ¯àŠŸàŠ–à§àŠ¯àŠŸ àŠ•àŠ°àŠŸ àŠ¹à§Ÿà§‡àŠ›à§‡" 
    466467 
    467468#: ../semanage/seobject.py:189 
     
    943944#, python-format 
    944945msgid "File context for %s is defined in policy, cannot be deleted" 
    945 msgstr "" 
    946 "%s'àŠ° àŠ«àŠŸàŠ‡àŠ² context àŠšàŠ¿à§ŸàŠ®àŠšà§€àŠ€àŠ¿àŠ° àŠ®àŠ§à§àŠ¯à§‡ àŠšàŠ¿àŠ°à§àŠ§àŠŸàŠ°àŠ¿àŠ€ àŠ¹àŠ“à§ŸàŠŸàŠ° àŠ«àŠ²à§‡ àŠ€àŠŸ àŠ 
     946msgstr "%s'àŠ° àŠ«àŠŸàŠ‡àŠ² context àŠšàŠ¿à§ŸàŠ®àŠšà§€àŠ€àŠ¿àŠ° àŠ®àŠ§à§àŠ¯à§‡ àŠšàŠ¿àŠ°à§àŠ§àŠŸàŠ°àŠ¿àŠ€ àŠ¹àŠ“à§ŸàŠŸàŠ° àŠ«àŠ²à§‡ àŠ€àŠŸ àŠ 
    947947àŠªàŠžàŠŸàŠ°àŠ£ àŠ•àŠ°àŠŸ àŠžàŠ®à§àŠ­àŠ¬ àŠšà§Ÿ" 
    948948 
     
    10311031#, c-format 
    10321032msgid "Options Error: %s " 
    1033 msgstr "àŠ¬àŠ¿àŠ•àŠ²à§àŠª àŠžàŠ‚àŠ•à§àŠ°àŠŸàŠšà§àŠ€ àŠ€à§àŠ°à§àŠŸàŠ¿: %s " 
     1033msgstr "àŠ¬àŠ¿àŠ•àŠ²à§àŠª àŠžàŠ‚àŠ•à§àŠ°àŠŸàŠšà§àŠ€ àŠ€à§àŠ°à§àŠŸàŠ¿: %s" 
     1034 
  • upstream/selinux/policycoreutils/po/ca.po

    r10 r84  
    55# 
    66# Josep Puigdemont Casamajó <josep.puigdemont@gmail.com>, 2006. 
     7# Xavier Conde Rueda <xavi.conde@gmail.com>, 2006 
    78# 
    89# This file is translated according to the glossary and style guide of 
     
    2324"Report-Msgid-Bugs-To: \n" 
    2425"POT-Creation-Date: 2006-06-29 15:53-0400\n" 
    25 "PO-Revision-Date: 2006-05-13 10: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" 
    2728"Language-Team: Catalan <tradgnome@softcatala.org>\n" 
    2829"MIME-Version: 1.0\n" 
     
    3839#, c-format 
    3940msgid "%s:  Can't load policy:  %s\n" 
    40 msgstr "%s: No es pot carregar la política: %s\n" 
     41msgstr "%s: no es pot carregar la política: %s\n" 
    4142 
    4243#: ../newrole/newrole.c:97 
    4344#, c-format 
    4445msgid "Out of memory!\n" 
    45 msgstr "No hi ha prou memòria!\n" 
     46msgstr "No hi ha prou memòria\n" 
    4647 
    4748#: ../newrole/newrole.c:199 ../run_init/run_init.c:126 
     
    6263#, c-format 
    6364msgid "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" 
     65msgstr "" 
     66"No s'ha pogut trobar la vostra entrada en el fitxer de contrasenyes " 
     67"ocultes.\n" 
    6568 
    6669#: ../newrole/newrole.c:287 ../run_init/run_init.c:195 
     
    7275#, c-format 
    7376msgid "Error initing capabilities, aborting.\n" 
    74 msgstr "
     77msgstr "S'ha produït un error en iniciar les capacitats, s'està anul·lant.\n
    7578 
    7679#: ../newrole/newrole.c:368 
    7780#, c-format 
    7881msgid "Error dropping capabilities, aborting\n" 
    79 msgstr "
     82msgstr "S'ha produït un error en eliminar les capacitats, s'està anul·lant.\n
    8083 
    8184#: ../newrole/newrole.c:375 
    8285#, c-format 
    8386msgid "Error changing uid, aborting.\n" 
    84 msgstr "
     87msgstr "S'ha produït un error en canviar l'UID, s'està anul·lant.\n
    8588 
    8689#: ../newrole/newrole.c:382 
     
    8891msgid "Error resetting KEEPCAPS, aborting\n" 
    8992msgstr "" 
     93"S'ha produït un error en tornar a establir el valor de KEEPCAPS, s'està " 
     94"anul·lant.\n" 
    9095 
    9196#: ../newrole/newrole.c:390 
     
    9398msgid "Error dropping SETUID capability, aborting\n" 
    9499msgstr "" 
     100"S'ha produït un error en eliminar la capacitat per a SETUID, s'està " 
     101"anul·lant.\n" 
    95102 
    96103#: ../newrole/newrole.c:463 
    97104#, c-format 
    98105msgid "Sorry, newrole may be used only on a SELinux kernel.\n" 
    99 msgstr "
     106msgstr "El newrole només es pot fer servir amb un nucli amb SELinux.\n
    100107 
    101108#: ../newrole/newrole.c:468 
    102109#, c-format 
    103110msgid "Could not determine enforcing mode.\n" 
    104 msgstr "
     111msgstr "No s'ha pogut determinar el mode de reforç.\n
    105112 
    106113#: ../newrole/newrole.c:488 
    107114#, c-format 
    108115msgid "Error: multiple roles specified\n" 
    109 msgstr "
     116msgstr "S'ha produït un error: s'han especificat múltiples rols\n
    110117 
    111118#: ../newrole/newrole.c:498 
    112119#, c-format 
    113120msgid "Error: multiple types specified\n" 
    114 msgstr "
     121msgstr "S'ha produït un error: s'han especificat múltiples tipus\n
    115122 
    116123#: ../newrole/newrole.c:508 
    117124#, c-format 
    118125msgid "Sorry, -l may be used with SELinux MLS support.\n" 
    119 msgstr "
     126msgstr "El «-l» s'ha de fer servir amb suport MLS de SELinux.\n
    120127 
    121128#: ../newrole/newrole.c:515 
    122129#, c-format 
    123130msgid "Error: multiple levels specified\n" 
    124 msgstr "
     131msgstr "S'ha produït un error: s'han especificat múltiples nivells\n
    125132 
    126133#: ../newrole/newrole.c:537 
    127134#, c-format 
    128135msgid "Couldn't get default type.\n" 
    129 msgstr "
     136msgstr "No s'ha pogut obtenir el tipus predeterminat.\n
    130137 
    131138#: ../newrole/newrole.c:559 
    132139#, c-format 
    133140msgid "failed to get old_context.\n" 
    134 msgstr "
     141msgstr "no s'ha pogut obtenir l'old_context.\n
    135142 
    136143#: ../newrole/newrole.c:572 
    137144#, c-format 
    138145msgid "failed to get new context.\n" 
    139 msgstr "
     146msgstr "no s'ha pogut obtenir el nou context.\n
    140147 
    141148#: ../newrole/newrole.c:596 
    142149#, c-format 
    143150msgid "cannot find your entry in the passwd file.\n" 
    144 msgstr "
     151msgstr "no s'ha trobat la vostra entrada en el fitxer de contraseny